#93A9EE

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

Shades of Portage #93A9EE

Tints of Portage #93A9EE

Color information

#93A9EE (or 0x93A9EE) is unknown color: approx Portage. HEX triplet: 93, A9 and EE. RGB value is (147,169,238). Sum of RGB (Red+Green+Blue) = 147+169+238=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #93A9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A9EE is #6C5611. Grayscale: #A9A9A9. Windows color (decimal): -7099922 or 15640979. OLE color: 15640979.

HSL color Cylindrical-coordinate representation of color #93A9EE: hue angle of 225.49º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93A9EE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147169238-
CMYK0.380.2900.07
HSL225.49º72.8%75.49%-
HSV(B)225.49º38.24%93.33%-
XYZ41.6540.7586.56-
YUV170.29166.21111.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=26.53%
G=30.51%
B=42.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471692380.380.2900.07225.4972.875.49
Hex93A9EE261D07e1494b
Octal223251356463507341111113
Binary1001001110101001111011101001101110101111110000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,169,238); }

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

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

 a { background-color: rgb(147,169,238); }

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

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

 span { border-color: rgb(147,169,238); }

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