Html Css Color HEX #888ECB Portage

📋 copy color: '#888ECB'

red 136 ◦ green 142 ◦ blue 203

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

Shades of Portage #888ECB

Tints of Portage #888ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 28.27%
G = 29.52%
B = 42.2%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#888ECB (or 0x888ECB) is known color: Portage. HEX triplet: 88, 8E and CB. RGB value is (136,142,203). Sum of RGB (Red+Green+Blue) = 136+142+203=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #888ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ECB is #777134. Grayscale: #929292. Windows color (decimal): -7827765 or 13340296. OLE color: 13340296.

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

Color convert

RGB 136 142 203 -
CMYK 0.33 0.30 0 0.20
HSL 234.63º 0.39% 0.66% -
HSV(B) 234.63º 0.33% 0.8% -
XYZ 30.61 28.89 60.46 -
YUV 147.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 136 142 203 0.33 0.30 0 0.20 234.63 0.39 0.66
Hex 88 8E CB 21 1E 0 14 EB 27 42
Octal 210 216 313 41 36 0 24 353 47 102
Binary 10001000 10001110 11001011 100001 11110 0 10100 11101011 100111 1000010

Color Harmonies of #888ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888ECB

Black with #888ECB

Text Example


Text Example

White with #888ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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