#93A1F0

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

Shades of Portage #93A1F0

Tints of Portage #93A1F0

Color information

#93A1F0 (or 0x93A1F0) is unknown color: approx Portage. HEX triplet: 93, A1 and F0. RGB value is (147,161,240). Sum of RGB (Red+Green+Blue) = 147+161+240=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #93A1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A1F0 is #6C5E0F. Grayscale: #A5A5A5. Windows color (decimal): -7101968 or 15770003. OLE color: 15770003.

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

Color convert

RGB147161240-
CMYK0.390.3300.06
HSL230.97º75.61%75.88%-
HSV(B)230.97º38.75%94.12%-
XYZ40.5137.9887.63-
YUV165.82169.86114.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.82%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 240 (94.14% from 255) = 43.80%
R=26.82%
G=29.38%
B=43.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471612400.390.3300.06230.9775.6175.88
Hex93A1F0272106e74c4c
Octal223241360474106347114114
Binary10010011101000011111000010011110000101101110011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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