Html Css Color HEX #968C90 Shady Lady

📋 copy color: '#968C90'

red 150 ◦ green 140 ◦ blue 144

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

Shades of Shady Lady #968C90

Tints of Shady Lady #968C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.26%

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 34.56%
G = 32.26%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#968C90 (or 0x968C90) is known color: Shady Lady. HEX triplet: 96, 8C and 90. RGB value is (150,140,144). Sum of RGB (Red+Green+Blue) = 150+140+144=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #968C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C90 is #69736F. Grayscale: #8F8F8F. Windows color (decimal): -6910832 or 9473174. OLE color: 9473174.

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

Color convert

RGB 150 140 144 -
CMYK 0 0.07 0.04 0.41
HSL 336º 0.05% 0.57% -
HSV(B) 336º 0.07% 0.59% -
XYZ 26.99 27.25 30.22 -
YUV 143.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 150 140 144 0 0.07 0.04 0.41 336 0.05 0.57
Hex 96 8C 90 0 7 4 29 150 5 39
Octal 226 214 220 0 7 4 51 520 5 71
Binary 10010110 10001100 10010000 0 111 100 101001 101010000 101 111001

Color Harmonies of #968C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C90

Black with #968C90

Text Example


Text Example

White with #968C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,140,144); }

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

background-color css

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

 a { background-color: rgb(150,140,144); }

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

border-color css

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

 span { border-color: rgb(150,140,144); }

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