#93A0EA

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

Shades of Portage #93A0EA

Tints of Portage #93A0EA

Color information

#93A0EA (or 0x93A0EA) is unknown color: approx Portage. HEX triplet: 93, A0 and EA. RGB value is (147,160,234). Sum of RGB (Red+Green+Blue) = 147+160+234=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #93A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A0EA is #6C5F15. Grayscale: #A4A4A4. Windows color (decimal): -7102230 or 15376531. OLE color: 15376531.

HSL color Cylindrical-coordinate representation of color #93A0EA: hue angle of 231.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93A0EA is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147160234-
CMYK0.370.3200.08
HSL231.03º67.44%74.71%-
HSV(B)231.03º37.18%91.76%-
XYZ39.4537.2982.96-
YUV164.55167.19115.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.17%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=27.17%
G=29.57%
B=43.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471602340.370.3200.08231.0367.4474.71
Hex93A0EA252008e7434b
Octal2232403524540010347103113
Binary100100111010000011101010100101100000010001110011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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