#93a0f2

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

Shades of Portage #93A0F2

Tints of Portage #93A0F2

Color information

#93A0F2 (or 0x93A0F2) is unknown color: approx Portage. HEX triplet: 93, A0 and F2. RGB value is (147,160,242). Sum of RGB (Red+Green+Blue) = 147+160+242=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #93A0F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A0F2 is #6C5F0D. Grayscale: #A5A5A5. Windows color (decimal): -7102222 or 15900819. OLE color: 15900819.

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

Color convert

RGB147160242-
CMYK0.390.3400.05
HSL231.79º78.51%76.27%-
HSV(B)231.79º39.26%94.9%-
XYZ40.6337.7689.15-
YUV165.46171.19114.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.78%
GREEN value IS 160 (62.89% from 255) = 29.14%
BLUE value IS 242 (94.92% from 255) = 44.08%
R=26.78%
G=29.14%
B=44.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471602420.390.3400.05231.7978.5176.27
Hex93A0F2272205e84f4c
Octal223240362474205350117114
Binary10010011101000001111001010011110001001011110100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93a0f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,160,242); }

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

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

 a { background-color: rgb(147,160,242); }

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

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

 span { border-color: rgb(147,160,242); }

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