Html Css Color HEX #889ABA Rock Blue

📋 copy color: '#889ABA'

red 136 ◦ green 154 ◦ blue 186

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

Shades of Rock Blue #889ABA

Tints of Rock Blue #889ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 28.57%
G = 32.35%
B = 39.08%

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

#889ABA (or 0x889ABA) is known color: Rock Blue. HEX triplet: 88, 9A and BA. RGB value is (136,154,186). Sum of RGB (Red+Green+Blue) = 136+154+186=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #889ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ABA is #776545. Grayscale: #989898. Windows color (decimal): -7824710 or 12229256. OLE color: 12229256.

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

Color convert

RGB 136 154 186 -
CMYK 0.27 0.17 0 0.27
HSL 218.4º 0.27% 0.63% -
HSV(B) 218.4º 0.27% 0.73% -
XYZ 30.57 31.89 51 -
YUV 152.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 136 154 186 0.27 0.17 0 0.27 218.4 0.27 0.63
Hex 88 9A BA 1B 11 0 1B DA 1B 3F
Octal 210 232 272 33 21 0 33 332 33 77
Binary 10001000 10011010 10111010 11011 10001 0 11011 11011010 11011 111111

Color Harmonies of #889ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ABA

Black with #889ABA

Text Example


Text Example

White with #889ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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