Html Css Color HEX #959B8F Delta

📋 copy color: '#959B8F'

red 149 ◦ green 155 ◦ blue 143

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

Shades of Delta #959B8F

Tints of Delta #959B8F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.68%

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 33.33%
G = 34.68%
B = 31.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#959B8F (or 0x959B8F) is known color: Delta. HEX triplet: 95, 9B and 8F. RGB value is (149,155,143). Sum of RGB (Red+Green+Blue) = 149+155+143=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 155 - color contains mainly: green. Hex color #959B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B8F is #6A6470. Grayscale: #979797. Windows color (decimal): -6972529 or 9411477. OLE color: 9411477.

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

Color convert

RGB 149 155 143 -
CMYK 0.04 0 0.08 0.39
HSL 90º 0.06% 0.58% -
HSV(B) 90º 0.08% 0.61% -
XYZ 29.07 31.82 30.6 -
YUV 151.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 149 155 143 0.04 0 0.08 0.39 90 0.06 0.58
Hex 95 9B 8F 4 0 8 27 5A 6 3A
Octal 225 233 217 4 0 10 47 132 6 72
Binary 10010101 10011011 10001111 100 0 1000 100111 1011010 110 111010

Color Harmonies of #959B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B8F

Black with #959B8F

Text Example


Text Example

White with #959B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,155,143); }

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

background-color css

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

 a { background-color: rgb(149,155,143); }

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

border-color css

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

 span { border-color: rgb(149,155,143); }

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