#93A0F9

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

Shades of Portage #93A0F9

Tints of Portage #93A0F9

Color information

#93A0F9 (or 0x93A0F9) is unknown color: approx Portage. HEX triplet: 93, A0 and F9. RGB value is (147,160,249). Sum of RGB (Red+Green+Blue) = 147+160+249=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #93A0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A0F9 is #6C5F06. Grayscale: #A5A5A5. Windows color (decimal): -7102215 or 16359571. OLE color: 16359571.

HSL color Cylindrical-coordinate representation of color #93A0F9: hue angle of 232.35º degrees, saturation: 0.89, 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 #93A0F9 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147160249-
CMYK0.410.3600.02
HSL232.35º89.47%77.65%-
HSV(B)232.35º40.96%97.65%-
XYZ41.738.1894.79-
YUV166.26174.69114.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.44%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 249 (97.66% from 255) = 44.78%
R=26.44%
G=28.78%
B=44.78%

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
Decimal1471602490.410.3600.02232.3589.4777.65
Hex93A0F9292402e8594e
Octal223240371514402350131116
Binary1001001110100000111110011010011001000101110100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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