Html Css Color HEX #968F93 Shady Lady

📋 copy color: '#968F93'

red 150 ◦ green 143 ◦ blue 147

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

Shades of Shady Lady #968F93

Tints of Shady Lady #968F93

RGB

 RED value IS 150 (58.98% from 255) = 34.09%

 GREEN value IS 143 (56.25% from 255) = 32.5%

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 34.09%
G = 32.5%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#968F93 (or 0x968F93) is known color: Shady Lady. HEX triplet: 96, 8F and 93. RGB value is (150,143,147). Sum of RGB (Red+Green+Blue) = 150+143+147=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 150 - color contains mainly: red. Hex color #968F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F93 is #69706C. Grayscale: #919191. Windows color (decimal): -6910061 or 9670550. OLE color: 9670550.

HSL color Cylindrical-coordinate representation of color #968F93: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #968F93 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 143 147 -
CMYK 0 0.05 0.02 0.41
HSL 325.71º 0.03% 0.57% -
HSV(B) 325.71º 0.05% 0.59% -
XYZ 27.67 28.24 31.6 -
YUV 145.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 150 143 147 0 0.05 0.02 0.41 325.71 0.03 0.57
Hex 96 8F 93 0 5 2 29 146 3 39
Octal 226 217 223 0 5 2 51 506 3 71
Binary 10010110 10001111 10010011 0 101 10 101001 101000110 11 111001

Color Harmonies of #968F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F93

Black with #968F93

Text Example


Text Example

White with #968F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968F93; }

 p { color: rgb(150,143,147); }

 H1.HeaderClassName
 {
   color: #968F93;
 }
 .AnyTagClassName
 {
   color: #968F93;
 }
</style>

background-color css

<style>
 a { background-color: #968F93; }

 a { background-color: rgb(150,143,147); }

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

border-color css

<style>
 span { border-color: #968F93; }

 span { border-color: rgb(150,143,147); }

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