Html Css Color HEX #8597BA Rock Blue

📋 copy color: '#8597BA'

red 133 ◦ green 151 ◦ blue 186

#8597BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8597BA

Tints of Rock Blue #8597BA

RGB

 RED value IS 133 (52.34% from 255) = 28.3%

 GREEN value IS 151 (59.38% from 255) = 32.13%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 28.3%
G = 32.13%
B = 39.57%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8597BA (or 0x8597BA) is known color: 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

RGB 133 151 186 -
CMYK 0.28 0.19 0 0.27
HSL 219.62º 0.28% 0.63% -
HSV(B) 219.62º 0.28% 0.73% -
XYZ 29.6 30.66 50.81 -
YUV 149.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 133 151 186 0.28 0.19 0 0.27 219.62 0.28 0.63
Hex 85 97 BA 1C 13 0 1B DC 1C 3F
Octal 205 227 272 34 23 0 33 334 34 77
Binary 10000101 10010111 10111010 11100 10011 0 11011 11011100 11100 111111

Color Harmonies of #8597BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8597BA

Black with #8597BA

Text Example


Text Example

White with #8597BA

Text Example


Text Example

HTML Codes & Css Web 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>