#93ACC1

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

Shades of Nepal #93ACC1

Tints of Nepal #93ACC1

Color information

#93ACC1 (or 0x93ACC1) is unknown color: approx Nepal. HEX triplet: 93, AC and C1. RGB value is (147,172,193). Sum of RGB (Red+Green+Blue) = 147+172+193=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #93ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACC1 is #6C533E. Grayscale: #A6A6A6. Windows color (decimal): -7099199 or 12692627. OLE color: 12692627.

HSL color Cylindrical-coordinate representation of color #93ACC1: hue angle of 207.39º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93ACC1 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147172193-
CMYK0.240.1100.24
HSL207.39º27.06%66.67%-
HSV(B)207.39º23.83%75.69%-
XYZ36.4139.5656.17-
YUV166.92142.72113.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.71%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=28.71%
G=33.59%
B=37.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471721930.240.1100.24207.3927.0666.67
Hex93ACC118B018cf1b43
Octal223254301301303031733103
Binary10010011101011001100000111000101101100011001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,172,193); }

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

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

 a { background-color: rgb(147,172,193); }

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

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

 span { border-color: rgb(147,172,193); }

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