Html Css Color HEX #899BB5 Rock Blue

📋 copy color: '#899BB5'

red 137 ◦ green 155 ◦ blue 181

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

Shades of Rock Blue #899BB5

Tints of Rock Blue #899BB5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 28.96%
G = 32.77%
B = 38.27%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#899BB5 (or 0x899BB5) is known color: Rock Blue. HEX triplet: 89, 9B and B5. RGB value is (137,155,181). Sum of RGB (Red+Green+Blue) = 137+155+181=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 181 - color contains mainly: blue. Hex color #899BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BB5 is #76644A. Grayscale: #989898. Windows color (decimal): -7758923 or 11901833. OLE color: 11901833.

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

Color convert

RGB 137 155 181 -
CMYK 0.24 0.14 0 0.29
HSL 215.45º 0.23% 0.62% -
HSV(B) 215.45º 0.24% 0.71% -
XYZ 30.38 32.1 48.31 -
YUV 152.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 137 155 181 0.24 0.14 0 0.29 215.45 0.23 0.62
Hex 89 9B B5 18 E 0 1D D7 17 3E
Octal 211 233 265 30 16 0 35 327 27 76
Binary 10001001 10011011 10110101 11000 1110 0 11101 11010111 10111 111110

Color Harmonies of #899BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BB5

Black with #899BB5

Text Example


Text Example

White with #899BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,155,181); }

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

background-color css

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

 a { background-color: rgb(137,155,181); }

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

border-color css

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

 span { border-color: rgb(137,155,181); }

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