Html Css Color HEX #889EC1 Rock Blue

📋 copy color: '#889EC1'

red 136 ◦ green 158 ◦ blue 193

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

Shades of Rock Blue #889EC1

Tints of Rock Blue #889EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 27.93%
G = 32.44%
B = 39.63%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#889EC1 (or 0x889EC1) is known color: Rock Blue. HEX triplet: 88, 9E and C1. RGB value is (136,158,193). Sum of RGB (Red+Green+Blue) = 136+158+193=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #889EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EC1 is #77613E. Grayscale: #9B9B9B. Windows color (decimal): -7823679 or 12689032. OLE color: 12689032.

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

Color convert

RGB 136 158 193 -
CMYK 0.30 0.18 0 0.24
HSL 216.84º 0.31% 0.65% -
HSV(B) 216.84º 0.3% 0.76% -
XYZ 32.01 33.54 55.24 -
YUV 155.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 136 158 193 0.30 0.18 0 0.24 216.84 0.31 0.65
Hex 88 9E C1 1E 12 0 18 D9 1F 41
Octal 210 236 301 36 22 0 30 331 37 101
Binary 10001000 10011110 11000001 11110 10010 0 11000 11011001 11111 1000001

Color Harmonies of #889EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EC1

Black with #889EC1

Text Example


Text Example

White with #889EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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