Html Css Color HEX #899BBB Rock Blue

📋 copy color: '#899BBB'

red 137 ◦ green 155 ◦ blue 187

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

Shades of Rock Blue #899BBB

Tints of Rock Blue #899BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 28.6%
G = 32.36%
B = 39.04%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#899BBB (or 0x899BBB) is known color: Rock Blue. HEX triplet: 89, 9B and BB. RGB value is (137,155,187). Sum of RGB (Red+Green+Blue) = 137+155+187=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #899BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BBB is #766444. Grayscale: #999999. Windows color (decimal): -7758917 or 12295049. OLE color: 12295049.

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

Color convert

RGB 137 155 187 -
CMYK 0.27 0.17 0 0.27
HSL 218.4º 0.27% 0.64% -
HSV(B) 218.4º 0.27% 0.73% -
XYZ 31.01 32.35 51.62 -
YUV 153.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 137 155 187 0.27 0.17 0 0.27 218.4 0.27 0.64
Hex 89 9B BB 1B 11 0 1B DA 1B 40
Octal 211 233 273 33 21 0 33 332 33 100
Binary 10001001 10011011 10111011 11011 10001 0 11011 11011010 11011 1000000

Color Harmonies of #899BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BBB

Black with #899BBB

Text Example


Text Example

White with #899BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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