Html Css Color HEX #889CC2 Rock Blue

📋 copy color: '#889CC2'

red 136 ◦ green 156 ◦ blue 194

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

Shades of Rock Blue #889CC2

Tints of Rock Blue #889CC2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.1%

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

R = 27.98%
G = 32.1%
B = 39.92%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#889CC2 (or 0x889CC2) is known color: Rock Blue. HEX triplet: 88, 9C and C2. RGB value is (136,156,194). Sum of RGB (Red+Green+Blue) = 136+156+194=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #889CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CC2 is #77633D. Grayscale: #9A9A9A. Windows color (decimal): -7824190 or 12754056. OLE color: 12754056.

HSL color Cylindrical-coordinate representation of color #889CC2: hue angle of 219.31º 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 #889CC2 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 156 194 -
CMYK 0.30 0.20 0 0.24
HSL 219.31º 0.32% 0.65% -
HSV(B) 219.31º 0.3% 0.76% -
XYZ 31.78 32.91 55.72 -
YUV 154.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 136 156 194 0.30 0.20 0 0.24 219.31 0.32 0.65
Hex 88 9C C2 1E 14 0 18 DB 20 41
Octal 210 234 302 36 24 0 30 333 40 101
Binary 10001000 10011100 11000010 11110 10100 0 11000 11011011 100000 1000001

Color Harmonies of #889CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CC2

Black with #889CC2

Text Example


Text Example

White with #889CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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