Html Css Color HEX #889EB8 Rock Blue

📋 copy color: '#889EB8'

red 136 ◦ green 158 ◦ blue 184

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

Shades of Rock Blue #889EB8

Tints of Rock Blue #889EB8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.05%

 BLUE value IS 184 (72.27% from 255) = 38.49%

R = 28.45%
G = 33.05%
B = 38.49%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#889EB8 (or 0x889EB8) is known color: Rock Blue. HEX triplet: 88, 9E and B8. RGB value is (136,158,184). Sum of RGB (Red+Green+Blue) = 136+158+184=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 184 - color contains mainly: blue. Hex color #889EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EB8 is #776147. Grayscale: #9A9A9A. Windows color (decimal): -7823688 or 12099208. OLE color: 12099208.

HSL color Cylindrical-coordinate representation of color #889EB8: hue angle of 212.5º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #889EB8 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 158 184 -
CMYK 0.26 0.14 0 0.28
HSL 212.5º 0.25% 0.63% -
HSV(B) 212.5º 0.26% 0.72% -
XYZ 31.03 33.15 50.11 -
YUV 154.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 136 158 184 0.26 0.14 0 0.28 212.5 0.25 0.63
Hex 88 9E B8 1A E 0 1C D4 19 3F
Octal 210 236 270 32 16 0 34 324 31 77
Binary 10001000 10011110 10111000 11010 1110 0 11100 11010100 11001 111111

Color Harmonies of #889EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EB8

Black with #889EB8

Text Example


Text Example

White with #889EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,158,184); }

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

background-color css

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

 a { background-color: rgb(136,158,184); }

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

border-color css

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

 span { border-color: rgb(136,158,184); }

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