#8493FF

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

Shades of Portage #8493FF

Tints of Portage #8493FF

Color information

#8493FF (or 0x8493FF) is unknown color: approx Portage. HEX triplet: 84, 93 and FF. RGB value is (132,147,255). Sum of RGB (Red+Green+Blue) = 132+147+255=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #8493FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8493FF is #7B6C00. Grayscale: #9A9A9A. Windows color (decimal): -8088577 or 16749444. OLE color: 16749444.

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

Color convert

RGB132147255-
CMYK0.480.4200
HSL232.68º100%75.88%-
HSV(B)232.68º48.24%100%-
XYZ3832.9998.97-
YUV154.83184.53111.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.72%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 255 (100% from 255) = 47.75%
R=24.72%
G=27.53%
B=47.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1321472550.480.4200232.6810075.88
Hex8493FF302A00e9644c
Octal204223377605200351144114
Binary100001001001001111111111110000101010001110100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8493FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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