#819BEA

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

Shades of Portage #819BEA

Tints of Portage #819BEA

Color information

#819BEA (or 0x819BEA) is unknown color: approx Portage. HEX triplet: 81, 9B and EA. RGB value is (129,155,234). Sum of RGB (Red+Green+Blue) = 129+155+234=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #819BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BEA is #7E6415. Grayscale: #9B9B9B. Windows color (decimal): -8283158 or 15375233. OLE color: 15375233.

HSL color Cylindrical-coordinate representation of color #819BEA: hue angle of 225.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819BEA is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129155234-
CMYK0.450.3400.08
HSL225.14º71.43%71.18%-
HSV(B)225.14º44.87%91.76%-
XYZ35.6334.0582.54-
YUV156.23171.89108.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.90%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=24.90%
G=29.92%
B=45.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291552340.450.3400.08225.1471.4371.18
Hex819BEA2D2208e14747
Octal2012333525542010341107107
Binary100000011001101111101010101101100010010001110000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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