#93A7F1

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

Shades of Portage #93A7F1

Tints of Portage #93A7F1

Color information

#93A7F1 (or 0x93A7F1) is unknown color: approx Portage. HEX triplet: 93, A7 and F1. RGB value is (147,167,241). Sum of RGB (Red+Green+Blue) = 147+167+241=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #93A7F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A7F1 is #6C580E. Grayscale: #A9A9A9. Windows color (decimal): -7100431 or 15837075. OLE color: 15837075.

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

Color convert

RGB147167241-
CMYK0.390.3100.05
HSL227.23º77.05%76.08%-
HSV(B)227.23º39%94.51%-
XYZ41.7340.1988.78-
YUV169.46168.37111.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=26.49%
G=30.09%
B=43.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471672410.390.3100.05227.2377.0576.08
Hex93A7F1271F05e34d4c
Octal223247361473705343115114
Binary1001001110100111111100011001111111101011110001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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