#93A2D9

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

Shades of Portage #93A2D9

Tints of Portage #93A2D9

Color information

#93A2D9 (or 0x93A2D9) is unknown color: approx Portage. HEX triplet: 93, A2 and D9. RGB value is (147,162,217). Sum of RGB (Red+Green+Blue) = 147+162+217=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #93A2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A2D9 is #6C5D26. Grayscale: #A3A3A3. Windows color (decimal): -7101735 or 14262931. OLE color: 14262931.

HSL color Cylindrical-coordinate representation of color #93A2D9: hue angle of 227.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93A2D9 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147162217-
CMYK0.320.2500.15
HSL227.14º47.95%71.37%-
HSV(B)227.14º32.26%85.1%-
XYZ37.4837.0570.82-
YUV163.78158.03116.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.95%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 217 (85.16% from 255) = 41.25%
R=27.95%
G=30.80%
B=41.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471622170.320.2500.15227.1447.9571.37
Hex93A2D920190Fe33047
Octal223242331403101734360107
Binary1001001110100010110110011000001100101111111000111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,162,217); }

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

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

 a { background-color: rgb(147,162,217); }

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

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

 span { border-color: rgb(147,162,217); }

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