Html Css Color HEX #899FB6 Rock Blue

📋 copy color: '#899FB6'

red 137 ◦ green 159 ◦ blue 182

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

Shades of Rock Blue #899FB6

Tints of Rock Blue #899FB6

RGB

 RED value IS 137 (53.91% from 255) = 28.66%

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 182 (71.48% from 255) = 38.08%

R = 28.66%
G = 33.26%
B = 38.08%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#899FB6 (or 0x899FB6) is known color: Rock Blue. HEX triplet: 89, 9F and B6. RGB value is (137,159,182). Sum of RGB (Red+Green+Blue) = 137+159+182=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #899FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FB6 is #766049. Grayscale: #9A9A9A. Windows color (decimal): -7757898 or 11968393. OLE color: 11968393.

HSL color Cylindrical-coordinate representation of color #899FB6: hue angle of 210.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #899FB6 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 159 182 -
CMYK 0.25 0.13 0 0.29
HSL 210.67º 0.24% 0.63% -
HSV(B) 210.67º 0.25% 0.71% -
XYZ 31.16 33.49 49.08 -
YUV 155.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 137 159 182 0.25 0.13 0 0.29 210.67 0.24 0.63
Hex 89 9F B6 19 D 0 1D D3 18 3F
Octal 211 237 266 31 15 0 35 323 30 77
Binary 10001001 10011111 10110110 11001 1101 0 11101 11010011 11000 111111

Color Harmonies of #899FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FB6

Black with #899FB6

Text Example


Text Example

White with #899FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899FB6; }

 p { color: rgb(137,159,182); }

 H1.HeaderClassName
 {
   color: #899FB6;
 }
 .AnyTagClassName
 {
   color: #899FB6;
 }
</style>

background-color css

<style>
 a { background-color: #899FB6; }

 a { background-color: rgb(137,159,182); }

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

border-color css

<style>
 span { border-color: #899FB6; }

 span { border-color: rgb(137,159,182); }

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