#888CCE

Color #888CCE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #888CCE

Tints of Portage #888CCE

Color information

#888CCE (or 0x888CCE) is unknown color: approx Portage. HEX triplet: 88, 8C and CE. RGB value is (136,140,206). Sum of RGB (Red+Green+Blue) = 136+140+206=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #888CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CCE is #777331. Grayscale: #929292. Windows color (decimal): -7828274 or 13536392. OLE color: 13536392.

HSL color Cylindrical-coordinate representation of color #888CCE: hue angle of 236.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888CCE is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136140206-
CMYK0.340.3200.19
HSL236.57º41.67%67.06%-
HSV(B)236.57º33.98%80.78%-
XYZ30.6728.4562.27-
YUV146.33161.67120.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=28.22%
G=29.05%
B=42.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361402060.340.3200.19236.5741.6767.06
Hex888CCE2220013ed2a43
Octal210214316424002335552103
Binary100010001000110011001110100010100000010011111011011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,140,206); }

 H1.HeaderClassName
 {
   color: #888CCE;
 }
 .AnyTagClassName
 {
   color: #888CCE;
 }
</style>
background-color css

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

 a { background-color: rgb(136,140,206); }

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

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

 span { border-color: rgb(136,140,206); }

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