#808FFA

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

Shades of Portage #808FFA

Tints of Portage #808FFA

Color information

#808FFA (or 0x808FFA) is unknown color: approx Portage. HEX triplet: 80, 8F and FA. RGB value is (128,143,250). Sum of RGB (Red+Green+Blue) = 128+143+250=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #808FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FFA is #7F7005. Grayscale: #969696. Windows color (decimal): -8351750 or 16420736. OLE color: 16420736.

HSL color Cylindrical-coordinate representation of color #808FFA: hue angle of 232.62º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808FFA is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128143250-
CMYK0.490.4300.02
HSL232.62º92.42%74.12%-
HSV(B)232.62º48.8%98.04%-
XYZ35.9831.1494.56-
YUV150.71184.03111.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.57%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=24.57%
G=27.45%
B=47.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281432500.490.4300.02232.6292.4274.12
Hex808FFA312B02e95c4a
Octal200217372615302351134112
Binary1000000010001111111110101100011010110101110100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808FFA; }

 p { color: rgb(128,143,250); }

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

<style>
 a { background-color: #808FFA; }

 a { background-color: rgb(128,143,250); }

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

<style>
 span { border-color: #808FFA; }

 span { border-color: rgb(128,143,250); }

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