#93A3D4

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

Shades of Portage #93A3D4

Tints of Portage #93A3D4

Color information

#93A3D4 (or 0x93A3D4) is unknown color: approx Portage. HEX triplet: 93, A3 and D4. RGB value is (147,163,212). Sum of RGB (Red+Green+Blue) = 147+163+212=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #93A3D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3D4 is #6C5C2B. Grayscale: #A3A3A3. Windows color (decimal): -7101484 or 13935507. OLE color: 13935507.

HSL color Cylindrical-coordinate representation of color #93A3D4: hue angle of 225.23º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93A3D4 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB147163212-
CMYK0.310.2300.17
HSL225.23º43.05%70.39%-
HSV(B)225.23º30.66%83.14%-
XYZ37.0137.1567.51-
YUV163.8155.2116.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.16%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 212 (83.20% from 255) = 40.61%
R=28.16%
G=31.23%
B=40.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1471632120.310.2300.17225.2343.0570.39
Hex93A3D41F17011e12b46
Octal223243324372702134153106
Binary1001001110100011110101001111110111010001111000011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,163,212); }

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

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

 a { background-color: rgb(147,163,212); }

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

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

 span { border-color: rgb(147,163,212); }

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