#93A2FD

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

Shades of Portage #93A2FD

Tints of Portage #93A2FD

Color information

#93A2FD (or 0x93A2FD) is unknown color: approx Portage. HEX triplet: 93, A2 and FD. RGB value is (147,162,253). Sum of RGB (Red+Green+Blue) = 147+162+253=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #93A2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A2FD is #6C5D02. Grayscale: #A7A7A7. Windows color (decimal): -7101699 or 16622227. OLE color: 16622227.

HSL color Cylindrical-coordinate representation of color #93A2FD: hue angle of 231.51º degrees, saturation: 0.96, 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 #93A2FD is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147162253-
CMYK0.420.3600.01
HSL231.51º96.36%78.43%-
HSV(B)231.51º41.9%99.22%-
XYZ42.6839.1498.23-
YUV167.89176.03113.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.16%
GREEN value IS 162 (63.67% from 255) = 28.83%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=26.16%
G=28.83%
B=45.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471622530.420.3600.01231.5196.3678.43
Hex93A2FD2A2401e8604e
Octal223242375524401350140116
Binary100100111010001011111101101010100100011110100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,162,253); }

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

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

 a { background-color: rgb(147,162,253); }

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

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

 span { border-color: rgb(147,162,253); }

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