#8CA7AD

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

Shades of Botticelli #8CA7AD

Tints of Botticelli #8CA7AD

Color information

#8CA7AD (or 0x8CA7AD) is unknown color: approx Botticelli. HEX triplet: 8C, A7 and AD. RGB value is (140,167,173). Sum of RGB (Red+Green+Blue) = 140+167+173=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #8CA7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA7AD is #735852. Grayscale: #9F9F9F. Windows color (decimal): -7559251 or 11380620. OLE color: 11380620.

HSL color Cylindrical-coordinate representation of color #8CA7AD: hue angle of 190.91º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CA7AD is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB140167173-
CMYK0.190.0300.32
HSL190.91º16.75%61.37%-
HSV(B)190.91º19.08%67.84%-
XYZ32.1836.2344.83-
YUV159.61135.55114.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.17%
GREEN value IS 167 (65.62% from 255) = 34.79%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=29.17%
G=34.79%
B=36.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401671730.190.0300.32190.9116.7561.37
Hex8CA7AD133020bf113d
Octal2142472552330402772175
Binary100011001010011110101101100111101000001011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,167,173); }

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

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

 a { background-color: rgb(140,167,173); }

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

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

 span { border-color: rgb(140,167,173); }

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