#819BDF

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

Shades of Portage #819BDF

Tints of Portage #819BDF

Color information

#819BDF (or 0x819BDF) is unknown color: approx Portage. HEX triplet: 81, 9B and DF. RGB value is (129,155,223). Sum of RGB (Red+Green+Blue) = 129+155+223=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #819BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BDF is #7E6420. Grayscale: #9A9A9A. Windows color (decimal): -8283169 or 14654337. OLE color: 14654337.

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

Color convert

RGB129155223-
CMYK0.420.3000.13
HSL223.4º59.49%69.02%-
HSV(B)223.4º42.15%87.45%-
XYZ34.0933.4474.47-
YUV154.98166.39109.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.44%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=25.44%
G=30.57%
B=43.98%

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
Decimal1291552230.420.3000.13223.459.4969.02
Hex819BDF2A1E0Ddf3b45
Octal201233337523601533773105
Binary1000000110011011110111111010101111001101110111111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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