#819EDD

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

Shades of Portage #819EDD

Tints of Portage #819EDD

Color information

#819EDD (or 0x819EDD) is unknown color: approx Portage. HEX triplet: 81, 9E and DD. RGB value is (129,158,221). Sum of RGB (Red+Green+Blue) = 129+158+221=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #819EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EDD is #7E6122. Grayscale: #9C9C9C. Windows color (decimal): -8282403 or 14524033. OLE color: 14524033.

HSL color Cylindrical-coordinate representation of color #819EDD: hue angle of 221.09º degrees, saturation: 0.57, 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 #819EDD is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129158221-
CMYK0.420.2900.13
HSL221.09º57.5%68.63%-
HSV(B)221.09º41.63%86.67%-
XYZ34.3334.3473.23-
YUV156.51164.39108.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.39%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=25.39%
G=31.10%
B=43.50%

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
Decimal1291582210.420.2900.13221.0957.568.63
Hex819EDD2A1D0Ddd3a45
Octal201236335523501533572105
Binary1000000110011110110111011010101110101101110111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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