#809CEE

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

Shades of Portage #809CEE

Tints of Portage #809CEE

Color information

#809CEE (or 0x809CEE) is unknown color: approx Portage. HEX triplet: 80, 9C and EE. RGB value is (128,156,238). Sum of RGB (Red+Green+Blue) = 128+156+238=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #809CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809CEE is #7F6311. Grayscale: #9C9C9C. Windows color (decimal): -8348434 or 15637632. OLE color: 15637632.

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

Color convert

RGB128156238-
CMYK0.460.3400.07
HSL224.73º76.39%71.76%-
HSV(B)224.73º46.22%93.33%-
XYZ36.2234.5485.65-
YUV156.98173.72107.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.52%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 238 (93.36% from 255) = 45.59%
R=24.52%
G=29.89%
B=45.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281562380.460.3400.07224.7376.3971.76
Hex809CEE2E2207e14c48
Octal200234356564207341114110
Binary10000000100111001110111010111010001001111110000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809CEE; }

 p { color: rgb(128,156,238); }

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

<style>
 a { background-color: #809CEE; }

 a { background-color: rgb(128,156,238); }

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

<style>
 span { border-color: #809CEE; }

 span { border-color: rgb(128,156,238); }

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