Html Css Color HEX #8FA4AB Botticelli

📋 copy color: '#8FA4AB'

red 143 ◦ green 164 ◦ blue 171

#8FA4AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #8FA4AB

Tints of Botticelli #8FA4AB

RGB

 RED value IS 143 (56.25% from 255) = 29.92%

 GREEN value IS 164 (64.45% from 255) = 34.31%

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 29.92%
G = 34.31%
B = 35.77%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8FA4AB (or 0x8FA4AB) is known color: Botticelli. HEX triplet: 8F, A4 and AB. RGB value is (143,164,171). Sum of RGB (Red+Green+Blue) = 143+164+171=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #8FA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA4AB is #705B54. Grayscale: #9E9E9E. Windows color (decimal): -7363413 or 11248783. OLE color: 11248783.

HSL color Cylindrical-coordinate representation of color #8FA4AB: hue angle of 195º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FA4AB is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 164 171 -
CMYK 0.16 0.04 0 0.33
HSL 195º 0.14% 0.62% -
HSV(B) 195º 0.16% 0.67% -
XYZ 31.95 35.33 43.66 -
YUV 158.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 143 164 171 0.16 0.04 0 0.33 195 0.14 0.62
Hex 8F A4 AB 10 4 0 21 C3 E 3E
Octal 217 244 253 20 4 0 41 303 16 76
Binary 10001111 10100100 10101011 10000 100 0 100001 11000011 1110 111110

Color Harmonies of #8FA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA4AB

Black with #8FA4AB

Text Example


Text Example

White with #8FA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,164,171); }

 H1.HeaderClassName
 {
   color: #8FA4AB;
 }
 .AnyTagClassName
 {
   color: #8FA4AB;
 }
</style>

background-color css

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

 a { background-color: rgb(143,164,171); }

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

border-color css

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

 span { border-color: rgb(143,164,171); }

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