#819CDD

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

Shades of Portage #819CDD

Tints of Portage #819CDD

Color information

#819CDD (or 0x819CDD) is unknown color: approx Portage. HEX triplet: 81, 9C and DD. RGB value is (129,156,221). Sum of RGB (Red+Green+Blue) = 129+156+221=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #819CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CDD is #7E6322. Grayscale: #9B9B9B. Windows color (decimal): -8282915 or 14523521. OLE color: 14523521.

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

Color convert

RGB129156221-
CMYK0.420.2900.13
HSL222.39º57.5%68.63%-
HSV(B)222.39º41.63%86.67%-
XYZ33.9933.6673.11-
YUV155.34165.05109.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.49%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=25.49%
G=30.83%
B=43.68%

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
Decimal1291562210.420.2900.13222.3957.568.63
Hex819CDD2A1D0Dde3a45
Octal201234335523501533672105
Binary1000000110011100110111011010101110101101110111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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