#8597BA

Color #8597BA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8597BA

Tints of Rock Blue #8597BA

Color information

#8597BA (or 0x8597BA) is unknown color: approx Rock Blue. HEX triplet: 85, 97 and BA. RGB value is (133,151,186). Sum of RGB (Red+Green+Blue) = 133+151+186=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #8597BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8597BA is #7A6845. Grayscale: #959595. Windows color (decimal): -8022086 or 12228485. OLE color: 12228485.

HSL color Cylindrical-coordinate representation of color #8597BA: hue angle of 219.62º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8597BA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133151186-
CMYK0.280.1900.27
HSL219.62º27.75%62.55%-
HSV(B)219.62º28.49%72.94%-
XYZ29.630.6650.81-
YUV149.61148.54116.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=28.30%
G=32.13%
B=39.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331511860.280.1900.27219.6227.7562.55
Hex8597BA1C1301Bdc1c3f
Octal20522727234230333343477
Binary10000101100101111011101011100100110110111101110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8597BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8597BA; }

 p { color: rgb(133,151,186); }

 H1.HeaderClassName
 {
   color: #8597BA;
 }
 .AnyTagClassName
 {
   color: #8597BA;
 }
</style>
background-color css

<style>
 a { background-color: #8597BA; }

 a { background-color: rgb(133,151,186); }

 div.DivClassName
 {
   background-color: #8597BA;
 }
 .BgClassName
 {
   background-color: #8597BA;
 }
</style>
border-color css

<style>
 span { border-color: #8597BA; }

 span { border-color: rgb(133,151,186); }

 td.TdClassName
 {
   border-color: #8597BA;
 }
 .TagClassName
 {
   border-color: #8597BA;
 }
</style>