#93A0FB

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

Shades of Portage #93A0FB

Tints of Portage #93A0FB

Color information

#93A0FB (or 0x93A0FB) is unknown color: approx Portage. HEX triplet: 93, A0 and FB. RGB value is (147,160,251). Sum of RGB (Red+Green+Blue) = 147+160+251=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #93A0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A0FB is #6C5F04. Grayscale: #A6A6A6. Windows color (decimal): -7102213 or 16490643. OLE color: 16490643.

HSL color Cylindrical-coordinate representation of color #93A0FB: hue angle of 232.5º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93A0FB is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147160251-
CMYK0.410.3600.02
HSL232.5º92.86%78.04%-
HSV(B)232.5º41.43%98.43%-
XYZ42.0238.3196.45-
YUV166.49175.69114.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 160 (62.89% from 255) = 28.67%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=26.34%
G=28.67%
B=44.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471602510.410.3600.02232.592.8678.04
Hex93A0FB292402e85d4e
Octal223240373514402350135116
Binary1001001110100000111110111010011001000101110100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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