Html Css Color HEX #889BC2 Rock Blue

📋 copy color: '#889BC2'

red 136 ◦ green 155 ◦ blue 194

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

Shades of Rock Blue #889BC2

Tints of Rock Blue #889BC2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.96%

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

R = 28.04%
G = 31.96%
B = 40%

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

#889BC2 (or 0x889BC2) is known color: Rock Blue. HEX triplet: 88, 9B and C2. RGB value is (136,155,194). Sum of RGB (Red+Green+Blue) = 136+155+194=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #889BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BC2 is #77643D. Grayscale: #999999. Windows color (decimal): -7824446 or 12753800. OLE color: 12753800.

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

Color convert

RGB 136 155 194 -
CMYK 0.30 0.20 0 0.24
HSL 220.34º 0.32% 0.65% -
HSV(B) 220.34º 0.3% 0.76% -
XYZ 31.61 32.57 55.66 -
YUV 153.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 136 155 194 0.30 0.20 0 0.24 220.34 0.32 0.65
Hex 88 9B C2 1E 14 0 18 DC 20 41
Octal 210 233 302 36 24 0 30 334 40 101
Binary 10001000 10011011 11000010 11110 10100 0 11000 11011100 100000 1000001

Color Harmonies of #889BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BC2

Black with #889BC2

Text Example


Text Example

White with #889BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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