Html Css Color HEX #889FBB Rock Blue

📋 copy color: '#889FBB'

red 136 ◦ green 159 ◦ blue 187

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

Shades of Rock Blue #889FBB

Tints of Rock Blue #889FBB

RGB

 RED value IS 136 (53.52% from 255) = 28.22%

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

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

R = 28.22%
G = 32.99%
B = 38.8%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#889FBB (or 0x889FBB) is known color: Rock Blue. HEX triplet: 88, 9F and BB. RGB value is (136,159,187). Sum of RGB (Red+Green+Blue) = 136+159+187=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #889FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FBB is #776044. Grayscale: #9B9B9B. Windows color (decimal): -7823429 or 12296072. OLE color: 12296072.

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

Color convert

RGB 136 159 187 -
CMYK 0.27 0.15 0 0.27
HSL 212.94º 0.27% 0.63% -
HSV(B) 212.94º 0.27% 0.73% -
XYZ 31.52 33.62 51.84 -
YUV 155.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 136 159 187 0.27 0.15 0 0.27 212.94 0.27 0.63
Hex 88 9F BB 1B F 0 1B D5 1B 3F
Octal 210 237 273 33 17 0 33 325 33 77
Binary 10001000 10011111 10111011 11011 1111 0 11011 11010101 11011 111111

Color Harmonies of #889FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FBB

Black with #889FBB

Text Example


Text Example

White with #889FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889FBB; }

 p { color: rgb(136,159,187); }

 H1.HeaderClassName
 {
   color: #889FBB;
 }
 .AnyTagClassName
 {
   color: #889FBB;
 }
</style>

background-color css

<style>
 a { background-color: #889FBB; }

 a { background-color: rgb(136,159,187); }

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

border-color css

<style>
 span { border-color: #889FBB; }

 span { border-color: rgb(136,159,187); }

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