#819AD8

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

Shades of Portage #819AD8

Tints of Portage #819AD8

Color information

#819AD8 (or 0x819AD8) is unknown color: approx Portage. HEX triplet: 81, 9A and D8. RGB value is (129,154,216). Sum of RGB (Red+Green+Blue) = 129+154+216=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #819AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819AD8 is #7E6527. Grayscale: #999999. Windows color (decimal): -8283432 or 14195329. OLE color: 14195329.

HSL color Cylindrical-coordinate representation of color #819AD8: hue angle of 222.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #819AD8 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129154216-
CMYK0.400.2900.15
HSL222.76º52.73%67.65%-
HSV(B)222.76º40.28%84.71%-
XYZ3332.7469.54-
YUV153.59163.22110.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=25.85%
G=30.86%
B=43.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291542160.400.2900.15222.7652.7367.65
Hex819AD8281D0Fdf3544
Octal201232330503501733765104
Binary1000000110011010110110001010001110101111110111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,154,216); }

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

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

 a { background-color: rgb(129,154,216); }

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

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

 span { border-color: rgb(129,154,216); }

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