#93A7EE

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

Shades of Portage #93A7EE

Tints of Portage #93A7EE

Color information

#93A7EE (or 0x93A7EE) is unknown color: approx Portage. HEX triplet: 93, A7 and EE. RGB value is (147,167,238). Sum of RGB (Red+Green+Blue) = 147+167+238=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #93A7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A7EE is #6C5811. Grayscale: #A8A8A8. Windows color (decimal): -7100434 or 15640467. OLE color: 15640467.

HSL color Cylindrical-coordinate representation of color #93A7EE: hue angle of 226.81º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93A7EE is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147167238-
CMYK0.380.3000.07
HSL226.81º72.8%75.49%-
HSV(B)226.81º38.24%93.33%-
XYZ41.2840.0186.44-
YUV169.11166.87112.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.63%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=26.63%
G=30.25%
B=43.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471672380.380.3000.07226.8172.875.49
Hex93A7EE261E07e3494b
Octal223247356463607343111113
Binary1001001110100111111011101001101111001111110001110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,167,238); }

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

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

 a { background-color: rgb(147,167,238); }

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

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

 span { border-color: rgb(147,167,238); }

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