#93A8F0

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

Shades of Portage #93A8F0

Tints of Portage #93A8F0

Color information

#93A8F0 (or 0x93A8F0) is unknown color: approx Portage. HEX triplet: 93, A8 and F0. RGB value is (147,168,240). Sum of RGB (Red+Green+Blue) = 147+168+240=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #93A8F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A8F0 is #6C570F. Grayscale: #A9A9A9. Windows color (decimal): -7100176 or 15771795. OLE color: 15771795.

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

Color convert

RGB147168240-
CMYK0.390.300.06
HSL226.45º75.61%75.88%-
HSV(B)226.45º38.75%94.12%-
XYZ41.7640.588.05-
YUV169.93167.54111.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 240 (94.14% from 255) = 43.24%
R=26.49%
G=30.27%
B=43.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471682400.390.300.06226.4575.6175.88
Hex93A8F0271E06e24c4c
Octal223250360473606342114114
Binary1001001110101000111100001001111111001101110001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,168,240); }

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

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

 a { background-color: rgb(147,168,240); }

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

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

 span { border-color: rgb(147,168,240); }

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