#819AD5

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

Shades of Portage #819AD5

Tints of Portage #819AD5

Color information

#819AD5 (or 0x819AD5) is unknown color: approx Portage. HEX triplet: 81, 9A and D5. RGB value is (129,154,213). Sum of RGB (Red+Green+Blue) = 129+154+213=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #819AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819AD5 is #7E652A. Grayscale: #989898. Windows color (decimal): -8283435 or 13998721. OLE color: 13998721.

HSL color Cylindrical-coordinate representation of color #819AD5: hue angle of 222.14º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819AD5 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129154213-
CMYK0.390.2800.16
HSL222.14º50%67.06%-
HSV(B)222.14º39.44%83.53%-
XYZ32.6232.5867.52-
YUV153.25161.72110.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=26.01%
G=31.05%
B=42.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291542130.390.2800.16222.145067.06
Hex819AD5271C010de3243
Octal201232325473402033662103
Binary10000001100110101101010110011111100010000110111101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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