Html Css Color HEX #888ECA Portage

📋 copy color: '#888ECA'

red 136 ◦ green 142 ◦ blue 202

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

Shades of Portage #888ECA

Tints of Portage #888ECA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.58%

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 28.33%
G = 29.58%
B = 42.08%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#888ECA (or 0x888ECA) is known color: Portage. HEX triplet: 88, 8E and CA. RGB value is (136,142,202). Sum of RGB (Red+Green+Blue) = 136+142+202=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #888ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ECA is #777135. Grayscale: #929292. Windows color (decimal): -7827766 or 13274760. OLE color: 13274760.

HSL color Cylindrical-coordinate representation of color #888ECA: hue angle of 234.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #888ECA is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 142 202 -
CMYK 0.33 0.30 0 0.21
HSL 234.55º 0.38% 0.66% -
HSV(B) 234.55º 0.33% 0.79% -
XYZ 30.49 28.84 59.84 -
YUV 147.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 136 142 202 0.33 0.30 0 0.21 234.55 0.38 0.66
Hex 88 8E CA 21 1E 0 15 EB 26 42
Octal 210 216 312 41 36 0 25 353 46 102
Binary 10001000 10001110 11001010 100001 11110 0 10101 11101011 100110 1000010

Color Harmonies of #888ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888ECA

Black with #888ECA

Text Example


Text Example

White with #888ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888ECA; }

 p { color: rgb(136,142,202); }

 H1.HeaderClassName
 {
   color: #888ECA;
 }
 .AnyTagClassName
 {
   color: #888ECA;
 }
</style>

background-color css

<style>
 a { background-color: #888ECA; }

 a { background-color: rgb(136,142,202); }

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

border-color css

<style>
 span { border-color: #888ECA; }

 span { border-color: rgb(136,142,202); }

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