#8793FA

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

Shades of Portage #8793FA

Tints of Portage #8793FA

Color information

#8793FA (or 0x8793FA) is unknown color: approx Portage. HEX triplet: 87, 93 and FA. RGB value is (135,147,250). Sum of RGB (Red+Green+Blue) = 135+147+250=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #8793FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8793FA is #786C05. Grayscale: #9A9A9A. Windows color (decimal): -7891974 or 16421767. OLE color: 16421767.

HSL color Cylindrical-coordinate representation of color #8793FA: hue angle of 233.74º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8793FA is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135147250-
CMYK0.460.4100.02
HSL233.74º92%75.49%-
HSV(B)233.74º46%98.04%-
XYZ37.6832.9294.81-
YUV155.15181.52113.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.38%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 250 (98.05% from 255) = 46.99%
R=25.38%
G=27.63%
B=46.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351472500.460.4100.02233.749275.49
Hex8793FA2E2902ea5c4b
Octal207223372565102352134113
Binary1000011110010011111110101011101010010101110101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8793FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8793FA; }

 p { color: rgb(135,147,250); }

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

<style>
 a { background-color: #8793FA; }

 a { background-color: rgb(135,147,250); }

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

<style>
 span { border-color: #8793FA; }

 span { border-color: rgb(135,147,250); }

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