#93A4F9

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

Shades of Portage #93A4F9

Tints of Portage #93A4F9

Color information

#93A4F9 (or 0x93A4F9) is unknown color: approx Portage. HEX triplet: 93, A4 and F9. RGB value is (147,164,249). Sum of RGB (Red+Green+Blue) = 147+164+249=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #93A4F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A4F9 is #6C5B06. Grayscale: #A8A8A8. Windows color (decimal): -7101191 or 16360595. OLE color: 16360595.

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

Color convert

RGB147164249-
CMYK0.410.3400.02
HSL230º89.47%77.65%-
HSV(B)230º40.96%97.65%-
XYZ42.4139.5995.03-
YUV168.61173.37112.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.25%
GREEN value IS 164 (64.45% from 255) = 29.29%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=26.25%
G=29.29%
B=44.46%

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
Decimal1471642490.410.3400.0223089.4777.65
Hex93A4F9292202e6594e
Octal223244371514202346131116
Binary1001001110100100111110011010011000100101110011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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