#819BDD

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

Shades of Portage #819BDD

Tints of Portage #819BDD

Color information

#819BDD (or 0x819BDD) is unknown color: approx Portage. HEX triplet: 81, 9B and DD. RGB value is (129,155,221). Sum of RGB (Red+Green+Blue) = 129+155+221=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #819BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BDD is #7E6422. Grayscale: #9A9A9A. Windows color (decimal): -8283171 or 14523265. OLE color: 14523265.

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

Color convert

RGB129155221-
CMYK0.420.3000.13
HSL223.04º57.5%68.63%-
HSV(B)223.04º41.63%86.67%-
XYZ33.8333.3373.06-
YUV154.75165.39109.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.54%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=25.54%
G=30.69%
B=43.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291552210.420.3000.13223.0457.568.63
Hex819BDD2A1E0Ddf3a45
Octal201233335523601533772105
Binary1000000110011011110111011010101111001101110111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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