#818ECB

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

Shades of Portage #818ECB

Tints of Portage #818ECB

Color information

#818ECB (or 0x818ECB) is unknown color: approx Portage. HEX triplet: 81, 8E and CB. RGB value is (129,142,203). Sum of RGB (Red+Green+Blue) = 129+142+203=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #818ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ECB is #7E7134. Grayscale: #909090. Windows color (decimal): -8286517 or 13340289. OLE color: 13340289.

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

Color convert

RGB129142203-
CMYK0.360.3000.20
HSL229.46º41.57%65.1%-
HSV(B)229.46º36.45%79.61%-
XYZ29.5128.3260.41-
YUV145.07160.69116.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=27.22%
G=29.96%
B=42.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291422030.360.3000.20229.4641.5765.1
Hex818ECB241E014e52a41
Octal201216313443602434552101
Binary10000001100011101100101110010011110010100111001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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