#819EDF

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

Shades of Portage #819EDF

Tints of Portage #819EDF

Color information

#819EDF (or 0x819EDF) is unknown color: approx Portage. HEX triplet: 81, 9E and DF. RGB value is (129,158,223). Sum of RGB (Red+Green+Blue) = 129+158+223=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #819EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EDF is #7E6120. Grayscale: #9C9C9C. Windows color (decimal): -8282401 or 14655105. OLE color: 14655105.

HSL color Cylindrical-coordinate representation of color #819EDF: hue angle of 221.49º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #819EDF is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129158223-
CMYK0.420.2900.13
HSL221.49º59.49%69.02%-
HSV(B)221.49º42.15%87.45%-
XYZ34.634.4574.64-
YUV156.74165.39108.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.29%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=25.29%
G=30.98%
B=43.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291582230.420.2900.13221.4959.4969.02
Hex819EDF2A1D0Ddd3b45
Octal201236337523501533573105
Binary1000000110011110110111111010101110101101110111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819EDF; }

 p { color: rgb(129,158,223); }

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

<style>
 a { background-color: #819EDF; }

 a { background-color: rgb(129,158,223); }

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

<style>
 span { border-color: #819EDF; }

 span { border-color: rgb(129,158,223); }

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