#8493FC

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

Shades of Portage #8493FC

Tints of Portage #8493FC

Color information

#8493FC (or 0x8493FC) is unknown color: approx Portage. HEX triplet: 84, 93 and FC. RGB value is (132,147,252). Sum of RGB (Red+Green+Blue) = 132+147+252=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #8493FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8493FC is #7B6C03. Grayscale: #9A9A9A. Windows color (decimal): -8088580 or 16552836. OLE color: 16552836.

HSL color Cylindrical-coordinate representation of color #8493FC: hue angle of 232.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8493FC is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132147252-
CMYK0.480.4200.01
HSL232.5º95.24%75.29%-
HSV(B)232.5º47.62%98.82%-
XYZ37.5232.896.45-
YUV154.49183.03111.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.86%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=24.86%
G=27.68%
B=47.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321472520.480.4200.01232.595.2475.29
Hex8493FC302A01e85f4b
Octal204223374605201350137113
Binary100001001001001111111100110000101010011110100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8493FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8493FC; }

 p { color: rgb(132,147,252); }

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

<style>
 a { background-color: #8493FC; }

 a { background-color: rgb(132,147,252); }

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

<style>
 span { border-color: #8493FC; }

 span { border-color: rgb(132,147,252); }

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