#818CCF

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

Shades of Portage #818CCF

Tints of Portage #818CCF

Color information

#818CCF (or 0x818CCF) is unknown color: approx Portage. HEX triplet: 81, 8C and CF. RGB value is (129,140,207). Sum of RGB (Red+Green+Blue) = 129+140+207=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #818CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CCF is #7E7330. Grayscale: #909090. Windows color (decimal): -8287025 or 13601921. OLE color: 13601921.

HSL color Cylindrical-coordinate representation of color #818CCF: hue angle of 231.54º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #818CCF is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129140207-
CMYK0.380.3200.19
HSL231.54º44.83%65.88%-
HSV(B)231.54º37.68%81.18%-
XYZ29.6927.9362.86-
YUV144.35163.36117.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 140 (55.08% from 255) = 29.41%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=27.10%
G=29.41%
B=43.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291402070.380.3200.19231.5444.8365.88
Hex818CCF2620013e82d42
Octal201214317464002335055102
Binary100000011000110011001111100110100000010011111010001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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