Html Css Color HEX #8599B9 Rock Blue

📋 copy color: '#8599B9'

red 133 ◦ green 153 ◦ blue 185

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

Shades of Rock Blue #8599B9

Tints of Rock Blue #8599B9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.48%

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 28.24%
G = 32.48%
B = 39.28%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8599B9 (or 0x8599B9) is known color: Rock Blue. HEX triplet: 85, 99 and B9. RGB value is (133,153,185). Sum of RGB (Red+Green+Blue) = 133+153+185=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #8599B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599B9 is #7A6646. Grayscale: #969696. Windows color (decimal): -8021575 or 12163461. OLE color: 12163461.

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

Color convert

RGB 133 153 185 -
CMYK 0.28 0.17 0 0.27
HSL 216.92º 0.27% 0.62% -
HSV(B) 216.92º 0.28% 0.73% -
XYZ 29.82 31.27 50.36 -
YUV 150.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 133 153 185 0.28 0.17 0 0.27 216.92 0.27 0.62
Hex 85 99 B9 1C 11 0 1B D9 1B 3E
Octal 205 231 271 34 21 0 33 331 33 76
Binary 10000101 10011001 10111001 11100 10001 0 11011 11011001 11011 111110

Color Harmonies of #8599B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8599B9

Black with #8599B9

Text Example


Text Example

White with #8599B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8599B9; }

 p { color: rgb(133,153,185); }

 H1.HeaderClassName
 {
   color: #8599B9;
 }
 .AnyTagClassName
 {
   color: #8599B9;
 }
</style>

background-color css

<style>
 a { background-color: #8599B9; }

 a { background-color: rgb(133,153,185); }

 div.DivClassName
 {
   background-color: #8599B9;
 }
 .BgClassName
 {
   background-color: #8599B9;
 }
</style>

border-color css

<style>
 span { border-color: #8599B9; }

 span { border-color: rgb(133,153,185); }

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