#8493FB

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

Shades of Portage #8493FB

Tints of Portage #8493FB

Color information

#8493FB (or 0x8493FB) is unknown color: approx Portage. HEX triplet: 84, 93 and FB. RGB value is (132,147,251). Sum of RGB (Red+Green+Blue) = 132+147+251=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #8493FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8493FB is #7B6C04. Grayscale: #999999. Windows color (decimal): -8088581 or 16487300. OLE color: 16487300.

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

Color convert

RGB132147251-
CMYK0.470.4100.02
HSL232.44º93.7%75.1%-
HSV(B)232.44º47.41%98.43%-
XYZ37.3632.7495.62-
YUV154.37182.53112.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.91%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=24.91%
G=27.74%
B=47.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321472510.470.4100.02232.4493.775.1
Hex8493FB2F2902e85e4b
Octal204223373575102350136113
Binary1000010010010011111110111011111010010101110100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8493FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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