#809BDF

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

Shades of Portage #809BDF

Tints of Portage #809BDF

Color information

#809BDF (or 0x809BDF) is unknown color: approx Portage. HEX triplet: 80, 9B and DF. RGB value is (128,155,223). Sum of RGB (Red+Green+Blue) = 128+155+223=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #809BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BDF is #7F6420. Grayscale: #9A9A9A. Windows color (decimal): -8348705 or 14654336. OLE color: 14654336.

HSL color Cylindrical-coordinate representation of color #809BDF: hue angle of 222.95º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #809BDF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128155223-
CMYK0.430.3000.13
HSL222.95º59.75%68.82%-
HSV(B)222.95º42.6%87.45%-
XYZ33.9433.3674.46-
YUV154.68166.55108.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 223 (87.5% from 255) = 44.07%
R=25.30%
G=30.63%
B=44.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281552230.430.3000.13222.9559.7568.82
Hex809BDF2B1E0Ddf3c45
Octal200233337533601533774105
Binary1000000010011011110111111010111111001101110111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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