Html Css Color HEX #889AB9 Rock Blue

📋 copy color: '#889AB9'

red 136 ◦ green 154 ◦ blue 185

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

Shades of Rock Blue #889AB9

Tints of Rock Blue #889AB9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.42%

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 28.63%
G = 32.42%
B = 38.95%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#889AB9 (or 0x889AB9) is known color: Rock Blue. HEX triplet: 88, 9A and B9. RGB value is (136,154,185). Sum of RGB (Red+Green+Blue) = 136+154+185=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #889AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AB9 is #776546. Grayscale: #989898. Windows color (decimal): -7824711 or 12163720. OLE color: 12163720.

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

Color convert

RGB 136 154 185 -
CMYK 0.26 0.17 0 0.27
HSL 217.96º 0.26% 0.63% -
HSV(B) 217.96º 0.26% 0.73% -
XYZ 30.47 31.85 50.44 -
YUV 152.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 136 154 185 0.26 0.17 0 0.27 217.96 0.26 0.63
Hex 88 9A B9 1A 11 0 1B DA 1A 3F
Octal 210 232 271 32 21 0 33 332 32 77
Binary 10001000 10011010 10111001 11010 10001 0 11011 11011010 11010 111111

Color Harmonies of #889AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889AB9

Black with #889AB9

Text Example


Text Example

White with #889AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,154,185); }

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

background-color css

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

 a { background-color: rgb(136,154,185); }

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

border-color css

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

 span { border-color: rgb(136,154,185); }

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