Html Css Color HEX #889CBB Rock Blue

📋 copy color: '#889CBB'

red 136 ◦ green 156 ◦ blue 187

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

Shades of Rock Blue #889CBB

Tints of Rock Blue #889CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

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

R = 28.39%
G = 32.57%
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

#889CBB (or 0x889CBB) is known color: Rock Blue. HEX triplet: 88, 9C and BB. RGB value is (136,156,187). Sum of RGB (Red+Green+Blue) = 136+156+187=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 156 (61.33% from 255 or 32.57% 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 #889CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CBB is #776344. Grayscale: #999999. Windows color (decimal): -7824197 or 12295304. OLE color: 12295304.

HSL color Cylindrical-coordinate representation of color #889CBB: hue angle of 216.47º 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 #889CBB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 156 187 -
CMYK 0.27 0.17 0 0.27
HSL 216.47º 0.27% 0.63% -
HSV(B) 216.47º 0.27% 0.73% -
XYZ 31.01 32.6 51.67 -
YUV 153.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 136 156 187 0.27 0.17 0 0.27 216.47 0.27 0.63
Hex 88 9C BB 1B 11 0 1B D8 1B 3F
Octal 210 234 273 33 21 0 33 330 33 77
Binary 10001000 10011100 10111011 11011 10001 0 11011 11011000 11011 111111

Color Harmonies of #889CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CBB

Black with #889CBB

Text Example


Text Example

White with #889CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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