Html Css Color HEX #889AC2 Rock Blue

📋 copy color: '#889AC2'

red 136 ◦ green 154 ◦ blue 194

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

Shades of Rock Blue #889AC2

Tints of Rock Blue #889AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.08%

R = 28.1%
G = 31.82%
B = 40.08%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#889AC2 (or 0x889AC2) is known color: Rock Blue. HEX triplet: 88, 9A and C2. RGB value is (136,154,194). Sum of RGB (Red+Green+Blue) = 136+154+194=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #889AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AC2 is #77653D. Grayscale: #999999. Windows color (decimal): -7824702 or 12753544. OLE color: 12753544.

HSL color Cylindrical-coordinate representation of color #889AC2: hue angle of 221.38º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889AC2 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 154 194 -
CMYK 0.30 0.21 0 0.24
HSL 221.38º 0.32% 0.65% -
HSV(B) 221.38º 0.3% 0.76% -
XYZ 31.45 32.24 55.6 -
YUV 153.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 136 154 194 0.30 0.21 0 0.24 221.38 0.32 0.65
Hex 88 9A C2 1E 15 0 18 DD 20 41
Octal 210 232 302 36 25 0 30 335 40 101
Binary 10001000 10011010 11000010 11110 10101 0 11000 11011101 100000 1000001

Color Harmonies of #889AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889AC2

Black with #889AC2

Text Example


Text Example

White with #889AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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