#8CA1B4

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

Shades of Nepal #8CA1B4

Tints of Nepal #8CA1B4

Color information

#8CA1B4 (or 0x8CA1B4) is unknown color: approx Nepal. HEX triplet: 8C, A1 and B4. RGB value is (140,161,180). Sum of RGB (Red+Green+Blue) = 140+161+180=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #8CA1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA1B4 is #735E4B. Grayscale: #9C9C9C. Windows color (decimal): -7560780 or 11837836. OLE color: 11837836.

HSL color Cylindrical-coordinate representation of color #8CA1B4: hue angle of 208.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CA1B4 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB140161180-
CMYK0.220.1100.29
HSL208.5º21.05%62.75%-
HSV(B)208.5º22.22%70.59%-
XYZ31.834.3648.14-
YUV156.89141.04115.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=29.11%
G=33.47%
B=37.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401611800.220.1100.29208.521.0562.75
Hex8CA1B416B01Dd0153f
Octal21424126426130353202577
Binary1000110010100001101101001011010110111011101000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA1B4; }

 p { color: rgb(140,161,180); }

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

<style>
 a { background-color: #8CA1B4; }

 a { background-color: rgb(140,161,180); }

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

<style>
 span { border-color: #8CA1B4; }

 span { border-color: rgb(140,161,180); }

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