#819BDC

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

Shades of Portage #819BDC

Tints of Portage #819BDC

Color information

#819BDC (or 0x819BDC) is unknown color: approx Portage. HEX triplet: 81, 9B and DC. RGB value is (129,155,220). Sum of RGB (Red+Green+Blue) = 129+155+220=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #819BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BDC is #7E6423. Grayscale: #9A9A9A. Windows color (decimal): -8283172 or 14457729. OLE color: 14457729.

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

Color convert

RGB129155220-
CMYK0.410.3000.14
HSL222.86º56.52%68.43%-
HSV(B)222.86º41.36%86.27%-
XYZ33.6933.2872.36-
YUV154.64164.89109.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.60%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=25.60%
G=30.75%
B=43.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291552200.410.3000.14222.8656.5268.43
Hex819BDC291E0Edf3944
Octal201233334513601633771104
Binary1000000110011011110111001010011111001110110111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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