#818BCC

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

Shades of Portage #818BCC

Tints of Portage #818BCC

Color information

#818BCC (or 0x818BCC) is unknown color: approx Portage. HEX triplet: 81, 8B and CC. RGB value is (129,139,204). Sum of RGB (Red+Green+Blue) = 129+139+204=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #818BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BCC is #7E7433. Grayscale: #8F8F8F. Windows color (decimal): -8287284 or 13405057. OLE color: 13405057.

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

Color convert

RGB129139204-
CMYK0.370.3200.2
HSL232º42.37%65.29%-
HSV(B)232º36.76%80%-
XYZ29.1827.4960.9-
YUV143.42162.19117.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=27.33%
G=29.45%
B=43.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291392040.370.3200.223242.3765.29
Hex818BCC2520014e82a41
Octal201213314454002435052101
Binary100000011000101111001100100101100000010100111010001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,139,204); }

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

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

 a { background-color: rgb(129,139,204); }

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

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

 span { border-color: rgb(129,139,204); }

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