#93A2EA

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

Shades of Portage #93A2EA

Tints of Portage #93A2EA

Color information

#93A2EA (or 0x93A2EA) is unknown color: approx Portage. HEX triplet: 93, A2 and EA. RGB value is (147,162,234). Sum of RGB (Red+Green+Blue) = 147+162+234=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #93A2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A2EA is #6C5D15. Grayscale: #A5A5A5. Windows color (decimal): -7101718 or 15377043. OLE color: 15377043.

HSL color Cylindrical-coordinate representation of color #93A2EA: hue angle of 229.66º 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 #93A2EA is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147162234-
CMYK0.370.3100.08
HSL229.66º67.44%74.71%-
HSV(B)229.66º37.18%91.76%-
XYZ39.837.9883.08-
YUV165.72166.53114.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 162 (63.67% from 255) = 29.83%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=27.07%
G=29.83%
B=43.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471622340.370.3100.08229.6667.4474.71
Hex93A2EA251F08e6434b
Octal2232423524537010346103113
Binary10010011101000101110101010010111111010001110011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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