Html Css Color HEX #959A8C Delta

📋 copy color: '#959A8C'

red 149 ◦ green 154 ◦ blue 140

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

Shades of Delta #959A8C

Tints of Delta #959A8C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.76%

 BLUE value IS 140 (55.08% from 255) = 31.6%

R = 33.63%
G = 34.76%
B = 31.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#959A8C (or 0x959A8C) is known color: Delta. HEX triplet: 95, 9A and 8C. RGB value is (149,154,140). Sum of RGB (Red+Green+Blue) = 149+154+140=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 154 - color contains mainly: green. Hex color #959A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A8C is #6A6573. Grayscale: #969696. Windows color (decimal): -6972788 or 9214613. OLE color: 9214613.

HSL color Cylindrical-coordinate representation of color #959A8C: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959A8C is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 140 -
CMYK 0.03 0 0.09 0.40
HSL 81.43º 0.06% 0.58% -
HSV(B) 81.43º 0.09% 0.6% -
XYZ 28.68 31.39 29.36 -
YUV 150.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 149 154 140 0.03 0 0.09 0.40 81.43 0.06 0.58
Hex 95 9A 8C 3 0 9 28 51 6 3A
Octal 225 232 214 3 0 11 50 121 6 72
Binary 10010101 10011010 10001100 11 0 1001 101000 1010001 110 111010

Color Harmonies of #959A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A8C

Black with #959A8C

Text Example


Text Example

White with #959A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,154,140); }

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

background-color css

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

 a { background-color: rgb(149,154,140); }

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

border-color css

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

 span { border-color: rgb(149,154,140); }

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