Html Css Color HEX #939E8B Delta

📋 copy color: '#939E8B'

red 147 ◦ green 158 ◦ blue 139

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

Shades of Delta #939E8B

Tints of Delta #939E8B

RGB

 RED value IS 147 (57.81% from 255) = 33.11%

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

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

R = 33.11%
G = 35.59%
B = 31.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#939E8B (or 0x939E8B) is known color: Delta. HEX triplet: 93, 9E and 8B. RGB value is (147,158,139). Sum of RGB (Red+Green+Blue) = 147+158+139=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 158 - color contains mainly: green. Hex color #939E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939E8B is #6C6174. Grayscale: #989898. Windows color (decimal): -7102837 or 9150099. OLE color: 9150099.

HSL color Cylindrical-coordinate representation of color #939E8B: hue angle of 94.74º 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 #939E8B is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 158 139 -
CMYK 0.07 0 0.12 0.38
HSL 94.74º 0.09% 0.58% -
HSV(B) 94.74º 0.12% 0.62% -
XYZ 28.92 32.52 29.18 -
YUV 152.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 147 158 139 0.07 0 0.12 0.38 94.74 0.09 0.58
Hex 93 9E 8B 7 0 C 26 5F 9 3A
Octal 223 236 213 7 0 14 46 137 11 72
Binary 10010011 10011110 10001011 111 0 1100 100110 1011111 1001 111010

Color Harmonies of #939E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939E8B

Black with #939E8B

Text Example


Text Example

White with #939E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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