Html Css Color HEX #959E8C Delta

📋 copy color: '#959E8C'

red 149 ◦ green 158 ◦ blue 140

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

Shades of Delta #959E8C

Tints of Delta #959E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.35%

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

R = 33.33%
G = 35.35%
B = 31.32%

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

#959E8C (or 0x959E8C) is known color: Delta. HEX triplet: 95, 9E and 8C. RGB value is (149,158,140). Sum of RGB (Red+Green+Blue) = 149+158+140=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 158 - color contains mainly: green. Hex color #959E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E8C is #6A6173. Grayscale: #999999. Windows color (decimal): -6971764 or 9215637. OLE color: 9215637.

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

Color convert

RGB 149 158 140 -
CMYK 0.06 0 0.11 0.38
HSL 90º 0.08% 0.58% -
HSV(B) 90º 0.11% 0.62% -
XYZ 29.35 32.74 29.58 -
YUV 153.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 149 158 140 0.06 0 0.11 0.38 90 0.08 0.58
Hex 95 9E 8C 6 0 B 26 5A 8 3A
Octal 225 236 214 6 0 13 46 132 10 72
Binary 10010101 10011110 10001100 110 0 1011 100110 1011010 1000 111010

Color Harmonies of #959E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E8C

Black with #959E8C

Text Example


Text Example

White with #959E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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