Html Css Color HEX #8FA4AC Botticelli

📋 copy color: '#8FA4AC'

red 143 ◦ green 164 ◦ blue 172

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

Shades of Botticelli #8FA4AC

Tints of Botticelli #8FA4AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 29.85%
G = 34.24%
B = 35.91%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8FA4AC (or 0x8FA4AC) is known color: Botticelli. HEX triplet: 8F, A4 and AC. RGB value is (143,164,172). Sum of RGB (Red+Green+Blue) = 143+164+172=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #8FA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA4AC is #705B53. Grayscale: #9E9E9E. Windows color (decimal): -7363412 or 11314319. OLE color: 11314319.

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

Color convert

RGB 143 164 172 -
CMYK 0.17 0.05 0 0.33
HSL 196.55º 0.15% 0.62% -
HSV(B) 196.55º 0.17% 0.67% -
XYZ 32.05 35.37 44.17 -
YUV 158.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 143 164 172 0.17 0.05 0 0.33 196.55 0.15 0.62
Hex 8F A4 AC 11 5 0 21 C5 F 3E
Octal 217 244 254 21 5 0 41 305 17 76
Binary 10001111 10100100 10101100 10001 101 0 100001 11000101 1111 111110

Color Harmonies of #8FA4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA4AC

Black with #8FA4AC

Text Example


Text Example

White with #8FA4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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