Html Css Color HEX #889BB2 Rock Blue

📋 copy color: '#889BB2'

red 136 ◦ green 155 ◦ blue 178

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

Shades of Rock Blue #889BB2

Tints of Rock Blue #889BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 29%
G = 33.05%
B = 37.95%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#889BB2 (or 0x889BB2) is known color: Rock Blue. HEX triplet: 88, 9B and B2. RGB value is (136,155,178). Sum of RGB (Red+Green+Blue) = 136+155+178=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 178 - color contains mainly: blue. Hex color #889BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889BB2 is #77644D. Grayscale: #979797. Windows color (decimal): -7824462 or 11705224. OLE color: 11705224.

HSL color Cylindrical-coordinate representation of color #889BB2: hue angle of 212.86º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889BB2 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 155 178 -
CMYK 0.24 0.13 0 0.30
HSL 212.86º 0.21% 0.62% -
HSV(B) 212.86º 0.24% 0.7% -
XYZ 29.91 31.89 46.7 -
YUV 151.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 136 155 178 0.24 0.13 0 0.30 212.86 0.21 0.62
Hex 88 9B B2 18 D 0 1E D5 15 3E
Octal 210 233 262 30 15 0 36 325 25 76
Binary 10001000 10011011 10110010 11000 1101 0 11110 11010101 10101 111110

Color Harmonies of #889BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BB2

Black with #889BB2

Text Example


Text Example

White with #889BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,155,178); }

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

background-color css

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

 a { background-color: rgb(136,155,178); }

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

border-color css

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

 span { border-color: rgb(136,155,178); }

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