Html Css Color HEX #889EC2 Rock Blue

📋 copy color: '#889EC2'

red 136 ◦ green 158 ◦ blue 194

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

Shades of Rock Blue #889EC2

Tints of Rock Blue #889EC2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.38%

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

R = 27.87%
G = 32.38%
B = 39.75%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#889EC2 (or 0x889EC2) is known color: Rock Blue. HEX triplet: 88, 9E and C2. RGB value is (136,158,194). Sum of RGB (Red+Green+Blue) = 136+158+194=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #889EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EC2 is #77613D. Grayscale: #9B9B9B. Windows color (decimal): -7823678 or 12754568. OLE color: 12754568.

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

Color convert

RGB 136 158 194 -
CMYK 0.30 0.19 0 0.24
HSL 217.24º 0.32% 0.65% -
HSV(B) 217.24º 0.3% 0.76% -
XYZ 32.12 33.58 55.83 -
YUV 155.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 136 158 194 0.30 0.19 0 0.24 217.24 0.32 0.65
Hex 88 9E C2 1E 13 0 18 D9 20 41
Octal 210 236 302 36 23 0 30 331 40 101
Binary 10001000 10011110 11000010 11110 10011 0 11000 11011001 100000 1000001

Color Harmonies of #889EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EC2

Black with #889EC2

Text Example


Text Example

White with #889EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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