Html Css Color HEX #959D8D Delta

📋 copy color: '#959D8D'

red 149 ◦ green 157 ◦ blue 141

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

Shades of Delta #959D8D

Tints of Delta #959D8D

RGB

 RED value IS 149 (58.59% from 255) = 33.33%

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

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 33.33%
G = 35.12%
B = 31.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#959D8D (or 0x959D8D) is known color: Delta. HEX triplet: 95, 9D and 8D. RGB value is (149,157,141). Sum of RGB (Red+Green+Blue) = 149+157+141=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 157 - color contains mainly: green. Hex color #959D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D8D is #6A6272. Grayscale: #989898. Windows color (decimal): -6972019 or 9280917. OLE color: 9280917.

HSL color Cylindrical-coordinate representation of color #959D8D: hue angle of 90º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959D8D is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 141 -
CMYK 0.05 0 0.10 0.38
HSL 90º 0.08% 0.58% -
HSV(B) 90º 0.1% 0.62% -
XYZ 29.26 32.43 29.92 -
YUV 152.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 149 157 141 0.05 0 0.10 0.38 90 0.08 0.58
Hex 95 9D 8D 5 0 A 26 5A 8 3A
Octal 225 235 215 5 0 12 46 132 10 72
Binary 10010101 10011101 10001101 101 0 1010 100110 1011010 1000 111010

Color Harmonies of #959D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D8D

Black with #959D8D

Text Example


Text Example

White with #959D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959D8D; }

 p { color: rgb(149,157,141); }

 H1.HeaderClassName
 {
   color: #959D8D;
 }
 .AnyTagClassName
 {
   color: #959D8D;
 }
</style>

background-color css

<style>
 a { background-color: #959D8D; }

 a { background-color: rgb(149,157,141); }

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

border-color css

<style>
 span { border-color: #959D8D; }

 span { border-color: rgb(149,157,141); }

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