Html Css Color HEX #9F9DAB Spun Pearl

📋 copy color: '#9F9DAB'

red 159 ◦ green 157 ◦ blue 171

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

Shades of Spun Pearl #9F9DAB

Tints of Spun Pearl #9F9DAB

RGB

 RED value IS 159 (62.5% from 255) = 32.65%

 GREEN value IS 157 (61.72% from 255) = 32.24%

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

R = 32.65%
G = 32.24%
B = 35.11%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F9DAB (or 0x9F9DAB) is known color: Spun Pearl. HEX triplet: 9F, 9D and AB. RGB value is (159,157,171). Sum of RGB (Red+Green+Blue) = 159+157+171=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9DAB is #606254. Grayscale: #9F9F9F. Windows color (decimal): -6316629 or 11247007. OLE color: 11247007.

HSL color Cylindrical-coordinate representation of color #9F9DAB: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9DAB is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 157 171 -
CMYK 0.07 0.08 0 0.33
HSL 248.57º 0.08% 0.64% -
HSV(B) 248.57º 0.08% 0.67% -
XYZ 33.71 34.43 43.4 -
YUV 159.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 159 157 171 0.07 0.08 0 0.33 248.57 0.08 0.64
Hex 9F 9D AB 7 8 0 21 F9 8 40
Octal 237 235 253 7 10 0 41 371 10 100
Binary 10011111 10011101 10101011 111 1000 0 100001 11111001 1000 1000000

Color Harmonies of #9F9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9DAB

Black with #9F9DAB

Text Example


Text Example

White with #9F9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F9DAB; }

 p { color: rgb(159,157,171); }

 H1.HeaderClassName
 {
   color: #9F9DAB;
 }
 .AnyTagClassName
 {
   color: #9F9DAB;
 }
</style>

background-color css

<style>
 a { background-color: #9F9DAB; }

 a { background-color: rgb(159,157,171); }

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

border-color css

<style>
 span { border-color: #9F9DAB; }

 span { border-color: rgb(159,157,171); }

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