#93A5F9

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

Shades of Portage #93A5F9

Tints of Portage #93A5F9

Color information

#93A5F9 (or 0x93A5F9) is unknown color: approx Portage. HEX triplet: 93, A5 and F9. RGB value is (147,165,249). Sum of RGB (Red+Green+Blue) = 147+165+249=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #93A5F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A5F9 is #6C5A06. Grayscale: #A8A8A8. Windows color (decimal): -7100935 or 16360851. OLE color: 16360851.

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

Color convert

RGB147165249-
CMYK0.410.3400.02
HSL229.41º89.47%77.65%-
HSV(B)229.41º40.96%97.65%-
XYZ42.5939.9595.09-
YUV169.19173.04112.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.20%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=26.20%
G=29.41%
B=44.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471652490.410.3400.02229.4189.4777.65
Hex93A5F9292202e5594e
Octal223245371514202345131116
Binary1001001110100101111110011010011000100101110010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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