Html Css Color HEX #959F8D Delta

📋 copy color: '#959F8D'

red 149 ◦ green 159 ◦ blue 141

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

Shades of Delta #959F8D

Tints of Delta #959F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.41%

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

R = 33.18%
G = 35.41%
B = 31.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#959F8D (or 0x959F8D) is known color: Delta. HEX triplet: 95, 9F and 8D. RGB value is (149,159,141). Sum of RGB (Red+Green+Blue) = 149+159+141=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 159 - color contains mainly: green. Hex color #959F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F8D is #6A6072. Grayscale: #9A9A9A. Windows color (decimal): -6971507 or 9281429. OLE color: 9281429.

HSL color Cylindrical-coordinate representation of color #959F8D: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959F8D is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 159 141 -
CMYK 0.06 0 0.11 0.38
HSL 93.33º 0.09% 0.59% -
HSV(B) 93.33º 0.11% 0.62% -
XYZ 29.6 33.11 30.03 -
YUV 153.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 149 159 141 0.06 0 0.11 0.38 93.33 0.09 0.59
Hex 95 9F 8D 6 0 B 26 5D 9 3B
Octal 225 237 215 6 0 13 46 135 11 73
Binary 10010101 10011111 10001101 110 0 1011 100110 1011101 1001 111011

Color Harmonies of #959F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F8D

Black with #959F8D

Text Example


Text Example

White with #959F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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