Html Css Color HEX #889CEC Portage

📋 copy color: '#889CEC'

red 136 ◦ green 156 ◦ blue 236

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

Shades of Portage #889CEC

Tints of Portage #889CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 25.76%
G = 29.55%
B = 44.7%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#889CEC (or 0x889CEC) is known color: Portage. HEX triplet: 88, 9C and EC. RGB value is (136,156,236). Sum of RGB (Red+Green+Blue) = 136+156+236=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #889CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CEC is #776313. Grayscale: #9E9E9E. Windows color (decimal): -7824148 or 15506568. OLE color: 15506568.

HSL color Cylindrical-coordinate representation of color #889CEC: hue angle of 228º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889CEC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 156 236 -
CMYK 0.42 0.34 0 0.07
HSL 228º 0.72% 0.73% -
HSV(B) 228º 0.42% 0.93% -
XYZ 37.18 35.07 84.17 -
YUV 159.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 136 156 236 0.42 0.34 0 0.07 228 0.72 0.73
Hex 88 9C EC 2A 22 0 7 E4 48 49
Octal 210 234 354 52 42 0 7 344 110 111
Binary 10001000 10011100 11101100 101010 100010 0 111 11100100 1001000 1001001

Color Harmonies of #889CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CEC

Black with #889CEC

Text Example


Text Example

White with #889CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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