#93A3FC

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

Shades of Portage #93A3FC

Tints of Portage #93A3FC

Color information

#93A3FC (or 0x93A3FC) is unknown color: approx Portage. HEX triplet: 93, A3 and FC. RGB value is (147,163,252). Sum of RGB (Red+Green+Blue) = 147+163+252=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #93A3FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A3FC is #6C5C03. Grayscale: #A7A7A7. Windows color (decimal): -7101444 or 16556947. OLE color: 16556947.

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

Color convert

RGB147163252-
CMYK0.420.3500.01
HSL230.86º94.59%78.24%-
HSV(B)230.86º41.67%98.82%-
XYZ42.739.4397.45-
YUV168.36175.2112.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.16%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=26.16%
G=29.00%
B=44.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471632520.420.3500.01230.8694.5978.24
Hex93A3FC2A2301e75f4e
Octal223243374524301347137116
Binary100100111010001111111100101010100011011110011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A3FC; }

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

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

<style>
 a { background-color: #93A3FC; }

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

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

<style>
 span { border-color: #93A3FC; }

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

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