Html Css Color HEX #889ABD Rock Blue

📋 copy color: '#889ABD'

red 136 ◦ green 154 ◦ blue 189

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

Shades of Rock Blue #889ABD

Tints of Rock Blue #889ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 28.39%
G = 32.15%
B = 39.46%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#889ABD (or 0x889ABD) is known color: Rock Blue. HEX triplet: 88, 9A and BD. RGB value is (136,154,189). Sum of RGB (Red+Green+Blue) = 136+154+189=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #889ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ABD is #776542. Grayscale: #989898. Windows color (decimal): -7824707 or 12425864. OLE color: 12425864.

HSL color Cylindrical-coordinate representation of color #889ABD: hue angle of 219.62º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #889ABD is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 154 189 -
CMYK 0.28 0.19 0 0.26
HSL 219.62º 0.29% 0.64% -
HSV(B) 219.62º 0.28% 0.74% -
XYZ 30.89 32.02 52.7 -
YUV 152.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 136 154 189 0.28 0.19 0 0.26 219.62 0.29 0.64
Hex 88 9A BD 1C 13 0 1A DC 1D 40
Octal 210 232 275 34 23 0 32 334 35 100
Binary 10001000 10011010 10111101 11100 10011 0 11010 11011100 11101 1000000

Color Harmonies of #889ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ABD

Black with #889ABD

Text Example


Text Example

White with #889ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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