Html Css Color HEX #899BBA Rock Blue

📋 copy color: '#899BBA'

red 137 ◦ green 155 ◦ blue 186

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

Shades of Rock Blue #899BBA

Tints of Rock Blue #899BBA

RGB

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

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

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

R = 28.66%
G = 32.43%
B = 38.91%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#899BBA (or 0x899BBA) is known color: Rock Blue. HEX triplet: 89, 9B and BA. RGB value is (137,155,186). Sum of RGB (Red+Green+Blue) = 137+155+186=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #899BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BBA is #766445. Grayscale: #999999. Windows color (decimal): -7758918 or 12229513. OLE color: 12229513.

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

Color convert

RGB 137 155 186 -
CMYK 0.26 0.17 0 0.27
HSL 217.96º 0.26% 0.63% -
HSV(B) 217.96º 0.26% 0.73% -
XYZ 30.9 32.31 51.06 -
YUV 153.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 137 155 186 0.26 0.17 0 0.27 217.96 0.26 0.63
Hex 89 9B BA 1A 11 0 1B DA 1A 3F
Octal 211 233 272 32 21 0 33 332 32 77
Binary 10001001 10011011 10111010 11010 10001 0 11011 11011010 11010 111111

Color Harmonies of #899BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BBA

Black with #899BBA

Text Example


Text Example

White with #899BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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