Html Css Color HEX #959C8D Delta

📋 copy color: '#959C8D'

red 149 ◦ green 156 ◦ blue 141

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

Shades of Delta #959C8D

Tints of Delta #959C8D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.98%

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

R = 33.41%
G = 34.98%
B = 31.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#959C8D (or 0x959C8D) is known color: Delta. HEX triplet: 95, 9C and 8D. RGB value is (149,156,141). Sum of RGB (Red+Green+Blue) = 149+156+141=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 156 - color contains mainly: green. Hex color #959C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C8D is #6A6372. Grayscale: #989898. Windows color (decimal): -6972275 or 9280661. OLE color: 9280661.

HSL color Cylindrical-coordinate representation of color #959C8D: hue angle of 88º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959C8D is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 156 141 -
CMYK 0.04 0 0.10 0.39
HSL 88º 0.07% 0.58% -
HSV(B) 88º 0.1% 0.61% -
XYZ 29.09 32.09 29.86 -
YUV 152.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 149 156 141 0.04 0 0.10 0.39 88 0.07 0.58
Hex 95 9C 8D 4 0 A 27 58 7 3A
Octal 225 234 215 4 0 12 47 130 7 72
Binary 10010101 10011100 10001101 100 0 1010 100111 1011000 111 111010

Color Harmonies of #959C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959C8D

Black with #959C8D

Text Example


Text Example

White with #959C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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