#93A8F1

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

Shades of Portage #93A8F1

Tints of Portage #93A8F1

Color information

#93A8F1 (or 0x93A8F1) is unknown color: approx Portage. HEX triplet: 93, A8 and F1. RGB value is (147,168,241). Sum of RGB (Red+Green+Blue) = 147+168+241=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #93A8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A8F1 is #6C570E. Grayscale: #A9A9A9. Windows color (decimal): -7100175 or 15837331. OLE color: 15837331.

HSL color Cylindrical-coordinate representation of color #93A8F1: hue angle of 226.6º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93A8F1 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147168241-
CMYK0.390.3000.05
HSL226.6º77.05%76.08%-
HSV(B)226.6º39%94.51%-
XYZ41.9140.5688.84-
YUV170.04168.04111.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.44%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=26.44%
G=30.22%
B=43.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471682410.390.3000.05226.677.0576.08
Hex93A8F1271E05e34d4c
Octal223250361473605343115114
Binary1001001110101000111100011001111111001011110001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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