#818CED

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

Shades of Portage #818CED

Tints of Portage #818CED

Color information

#818CED (or 0x818CED) is unknown color: approx Portage. HEX triplet: 81, 8C and ED. RGB value is (129,140,237). Sum of RGB (Red+Green+Blue) = 129+140+237=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #818CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818CED is #7E7312. Grayscale: #939393. Windows color (decimal): -8286995 or 15568001. OLE color: 15568001.

HSL color Cylindrical-coordinate representation of color #818CED: hue angle of 233.89º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818CED is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129140237-
CMYK0.460.4100.07
HSL233.89º75%71.76%-
HSV(B)233.89º45.57%92.94%-
XYZ33.7229.5484.05-
YUV147.77178.36114.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.49%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=25.49%
G=27.67%
B=46.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291402370.460.4100.07233.897571.76
Hex818CED2E2907ea4b48
Octal201214355565107352113110
Binary10000001100011001110110110111010100101111110101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,140,237); }

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

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

 a { background-color: rgb(129,140,237); }

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

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

 span { border-color: rgb(129,140,237); }

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