#868ECB

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

Shades of Portage #868ECB

Tints of Portage #868ECB

Color information

#868ECB (or 0x868ECB) is unknown color: approx Portage. HEX triplet: 86, 8E and CB. RGB value is (134,142,203). Sum of RGB (Red+Green+Blue) = 134+142+203=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #868ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ECB is #797134. Grayscale: #929292. Windows color (decimal): -7958837 or 13340294. OLE color: 13340294.

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

Color convert

RGB134142203-
CMYK0.340.3000.20
HSL233.04º39.88%66.08%-
HSV(B)233.04º33.99%79.61%-
XYZ30.2828.7360.45-
YUV146.56159.85119.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=27.97%
G=29.65%
B=42.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341422030.340.3000.20233.0439.8866.08
Hex868ECB221E014e92842
Octal206216313423602435150102
Binary10000110100011101100101110001011110010100111010011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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