#93A4F8

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

Shades of Portage #93A4F8

Tints of Portage #93A4F8

Color information

#93A4F8 (or 0x93A4F8) is unknown color: approx Portage. HEX triplet: 93, A4 and F8. RGB value is (147,164,248). Sum of RGB (Red+Green+Blue) = 147+164+248=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #93A4F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A4F8 is #6C5B07. Grayscale: #A8A8A8. Windows color (decimal): -7101192 or 16295059. OLE color: 16295059.

HSL color Cylindrical-coordinate representation of color #93A4F8: hue angle of 229.9º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93A4F8 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147164248-
CMYK0.410.3400.03
HSL229.9º87.83%77.45%-
HSV(B)229.9º40.73%97.25%-
XYZ42.2539.5394.21-
YUV168.49172.87112.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.30%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 248 (97.27% from 255) = 44.36%
R=26.30%
G=29.34%
B=44.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1471642480.410.3400.03229.987.8377.45
Hex93A4F8292203e6584d
Octal223244370514203346130115
Binary1001001110100100111110001010011000100111110011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,164,248); }

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

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

 a { background-color: rgb(147,164,248); }

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

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

 span { border-color: rgb(147,164,248); }

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