#93A3D0

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

Shades of Portage #93A3D0

Tints of Portage #93A3D0

Color information

#93A3D0 (or 0x93A3D0) is unknown color: approx Portage. HEX triplet: 93, A3 and D0. RGB value is (147,163,208). Sum of RGB (Red+Green+Blue) = 147+163+208=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #93A3D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3D0 is #6C5C2F. Grayscale: #A3A3A3. Windows color (decimal): -7101488 or 13673363. OLE color: 13673363.

HSL color Cylindrical-coordinate representation of color #93A3D0: hue angle of 224.26º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93A3D0 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147163208-
CMYK0.290.2200.18
HSL224.26º39.35%69.61%-
HSV(B)224.26º29.33%81.57%-
XYZ36.5136.9564.88-
YUV163.35153.2116.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.38%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=28.38%
G=31.47%
B=40.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471632080.290.2200.18224.2639.3569.61
Hex93A3D01D16012e02746
Octal223243320352602234047106
Binary1001001110100011110100001110110110010010111000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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