#93a0ef

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

Shades of Portage #93A0EF

Tints of Portage #93A0EF

Color information

#93A0EF (or 0x93A0EF) is unknown color: approx Portage. HEX triplet: 93, A0 and EF. RGB value is (147,160,239). Sum of RGB (Red+Green+Blue) = 147+160+239=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #93A0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A0EF is #6C5F10. Grayscale: #A4A4A4. Windows color (decimal): -7102225 or 15704211. OLE color: 15704211.

HSL color Cylindrical-coordinate representation of color #93A0EF: hue angle of 231.52º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93A0EF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147160239-
CMYK0.380.3300.06
HSL231.52º74.19%75.69%-
HSV(B)231.52º38.49%93.73%-
XYZ40.1837.5886.8-
YUV165.12169.69115.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.92%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=26.92%
G=29.30%
B=43.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471602390.380.3300.06231.5274.1975.69
Hex93A0EF262106e84a4c
Octal223240357464106350112114
Binary10010011101000001110111110011010000101101110100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93a0ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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