#93A5F7

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

Shades of Portage #93A5F7

Tints of Portage #93A5F7

Color information

#93A5F7 (or 0x93A5F7) is unknown color: approx Portage. HEX triplet: 93, A5 and F7. RGB value is (147,165,247). Sum of RGB (Red+Green+Blue) = 147+165+247=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #93A5F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A5F7 is #6C5A08. Grayscale: #A8A8A8. Windows color (decimal): -7100937 or 16229779. OLE color: 16229779.

HSL color Cylindrical-coordinate representation of color #93A5F7: hue angle of 229.2º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93A5F7 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147165247-
CMYK0.400.3300.03
HSL229.2º86.21%77.25%-
HSV(B)229.2º40.49%96.86%-
XYZ42.2839.8393.46-
YUV168.97172.04112.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.30%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 247 (96.88% from 255) = 44.19%
R=26.30%
G=29.52%
B=44.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1471652470.400.3300.03229.286.2177.25
Hex93A5F7282103e5564d
Octal223245367504103345126115
Binary1001001110100101111101111010001000010111110010110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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