#819ADC

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

Shades of Portage #819ADC

Tints of Portage #819ADC

Color information

#819ADC (or 0x819ADC) is unknown color: approx Portage. HEX triplet: 81, 9A and DC. RGB value is (129,154,220). Sum of RGB (Red+Green+Blue) = 129+154+220=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #819ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ADC is #7E6523. Grayscale: #999999. Windows color (decimal): -8283428 or 14457473. OLE color: 14457473.

HSL color Cylindrical-coordinate representation of color #819ADC: hue angle of 223.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #819ADC is Cyan = 0.41, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129154220-
CMYK0.410.300.14
HSL223.52º56.52%68.43%-
HSV(B)223.52º41.36%86.27%-
XYZ33.5332.9572.3-
YUV154.05165.22110.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.65%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=25.65%
G=30.62%
B=43.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291542200.410.300.14223.5256.5268.43
Hex819ADC291E0Ee03944
Octal201232334513601634071104
Binary1000000110011010110111001010011111001110111000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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