Html Css Color HEX #959F8C Delta

📋 copy color: '#959F8C'

red 149 ◦ green 159 ◦ blue 140

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

Shades of Delta #959F8C

Tints of Delta #959F8C

RGB

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

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

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

R = 33.26%
G = 35.49%
B = 31.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#959F8C (or 0x959F8C) is known color: Delta. HEX triplet: 95, 9F and 8C. RGB value is (149,159,140). Sum of RGB (Red+Green+Blue) = 149+159+140=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 159 - color contains mainly: green. Hex color #959F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F8C is #6A6073. Grayscale: #999999. Windows color (decimal): -6971508 or 9215893. OLE color: 9215893.

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

Color convert

RGB 149 159 140 -
CMYK 0.06 0 0.12 0.38
HSL 91.58º 0.09% 0.59% -
HSV(B) 91.58º 0.12% 0.62% -
XYZ 29.53 33.08 29.64 -
YUV 153.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 149 159 140 0.06 0 0.12 0.38 91.58 0.09 0.59
Hex 95 9F 8C 6 0 C 26 5C 9 3B
Octal 225 237 214 6 0 14 46 134 11 73
Binary 10010101 10011111 10001100 110 0 1100 100110 1011100 1001 111011

Color Harmonies of #959F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F8C

Black with #959F8C

Text Example


Text Example

White with #959F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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