#819BEC

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

Shades of Portage #819BEC

Tints of Portage #819BEC

Color information

#819BEC (or 0x819BEC) is unknown color: approx Portage. HEX triplet: 81, 9B and EC. RGB value is (129,155,236). Sum of RGB (Red+Green+Blue) = 129+155+236=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #819BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BEC is #7E6413. Grayscale: #9C9C9C. Windows color (decimal): -8283156 or 15506305. OLE color: 15506305.

HSL color Cylindrical-coordinate representation of color #819BEC: hue angle of 225.42º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819BEC is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129155236-
CMYK0.450.3400.07
HSL225.42º73.79%71.57%-
HSV(B)225.42º45.34%92.55%-
XYZ35.9134.1784.06-
YUV156.46172.89108.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.81%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=24.81%
G=29.81%
B=45.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291552360.450.3400.07225.4273.7971.57
Hex819BEC2D2207e14a48
Octal201233354554207341112110
Binary10000001100110111110110010110110001001111110000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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