#93a5ef

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

Shades of Portage #93A5EF

Tints of Portage #93A5EF

Color information

#93A5EF (or 0x93A5EF) is unknown color: approx Portage. HEX triplet: 93, A5 and EF. RGB value is (147,165,239). Sum of RGB (Red+Green+Blue) = 147+165+239=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #93A5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A5EF is #6C5A10. Grayscale: #A7A7A7. Windows color (decimal): -7100945 or 15705491. OLE color: 15705491.

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

Color convert

RGB147165239-
CMYK0.380.3100.06
HSL228.26º74.19%75.69%-
HSV(B)228.26º38.49%93.73%-
XYZ41.0739.3587.09-
YUV168.05168.04112.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.68%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=26.68%
G=29.95%
B=43.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471652390.380.3100.06228.2674.1975.69
Hex93A5EF261F06e44a4c
Octal223245357463706344112114
Binary1001001110100101111011111001101111101101110010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93a5ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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