Html Css Color HEX #888ECC Portage

📋 copy color: '#888ECC'

red 136 ◦ green 142 ◦ blue 204

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

Shades of Portage #888ECC

Tints of Portage #888ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 28.22%
G = 29.46%
B = 42.32%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#888ECC (or 0x888ECC) is known color: Portage. HEX triplet: 88, 8E and CC. RGB value is (136,142,204). Sum of RGB (Red+Green+Blue) = 136+142+204=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #888ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ECC is #777133. Grayscale: #939393. Windows color (decimal): -7827764 or 13405832. OLE color: 13405832.

HSL color Cylindrical-coordinate representation of color #888ECC: hue angle of 234.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #888ECC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 142 204 -
CMYK 0.33 0.30 0 0.2
HSL 234.71º 0.4% 0.67% -
HSV(B) 234.71º 0.33% 0.8% -
XYZ 30.73 28.94 61.09 -
YUV 147.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 136 142 204 0.33 0.30 0 0.2 234.71 0.4 0.67
Hex 88 8E CC 21 1E 0 14 EB 28 43
Octal 210 216 314 41 36 0 24 353 50 103
Binary 10001000 10001110 11001100 100001 11110 0 10100 11101011 101000 1000011

Color Harmonies of #888ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888ECC

Black with #888ECC

Text Example


Text Example

White with #888ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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