Html Css Color HEX #959E8B Delta

📋 copy color: '#959E8B'

red 149 ◦ green 158 ◦ blue 139

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

Shades of Delta #959E8B

Tints of Delta #959E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 33.41%
G = 35.43%
B = 31.17%

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

#959E8B (or 0x959E8B) is known color: Delta. HEX triplet: 95, 9E and 8B. RGB value is (149,158,139). Sum of RGB (Red+Green+Blue) = 149+158+139=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 158 - color contains mainly: green. Hex color #959E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E8B is #6A6174. Grayscale: #999999. Windows color (decimal): -6971765 or 9150101. OLE color: 9150101.

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

Color convert

RGB 149 158 139 -
CMYK 0.06 0 0.12 0.38
HSL 88.42º 0.09% 0.58% -
HSV(B) 88.42º 0.12% 0.62% -
XYZ 29.28 32.71 29.2 -
YUV 153.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 149 158 139 0.06 0 0.12 0.38 88.42 0.09 0.58
Hex 95 9E 8B 6 0 C 26 58 9 3A
Octal 225 236 213 6 0 14 46 130 11 72
Binary 10010101 10011110 10001011 110 0 1100 100110 1011000 1001 111010

Color Harmonies of #959E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E8B

Black with #959E8B

Text Example


Text Example

White with #959E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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