#818FF9

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

Shades of Portage #818FF9

Tints of Portage #818FF9

Color information

#818FF9 (or 0x818FF9) is unknown color: approx Portage. HEX triplet: 81, 8F and F9. RGB value is (129,143,249). Sum of RGB (Red+Green+Blue) = 129+143+249=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #818FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818FF9 is #7E7006. Grayscale: #969696. Windows color (decimal): -8286215 or 16355201. OLE color: 16355201.

HSL color Cylindrical-coordinate representation of color #818FF9: hue angle of 233º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #818FF9 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129143249-
CMYK0.480.4300.02
HSL233º90.91%74.12%-
HSV(B)233º48.19%97.65%-
XYZ35.9731.1593.74-
YUV150.9183.36112.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.76%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=24.76%
G=27.45%
B=47.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291432490.480.4300.0223390.9174.12
Hex818FF9302B02e95b4a
Octal201217371605302351133112
Binary1000000110001111111110011100001010110101110100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,143,249); }

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

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

 a { background-color: rgb(129,143,249); }

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

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

 span { border-color: rgb(129,143,249); }

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