Html Css Color HEX #939889 Delta

📋 copy color: '#939889'

red 147 ◦ green 152 ◦ blue 137

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

Shades of Delta #939889

Tints of Delta #939889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.86%

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 33.72%
G = 34.86%
B = 31.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#939889 (or 0x939889) is known color: Delta. HEX triplet: 93, 98 and 89. RGB value is (147,152,137). Sum of RGB (Red+Green+Blue) = 147+152+137=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 152 - color contains mainly: green. Hex color #939889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939889 is #6C6776. Grayscale: #949494. Windows color (decimal): -7104375 or 9017491. OLE color: 9017491.

HSL color Cylindrical-coordinate representation of color #939889: hue angle of 80º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #939889 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 147 152 137 -
CMYK 0.03 0 0.10 0.40
HSL 80º 0.07% 0.57% -
HSV(B) 80º 0.1% 0.6% -
XYZ 27.78 30.47 28.08 -
YUV 148.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 147 152 137 0.03 0 0.10 0.40 80 0.07 0.57
Hex 93 98 89 3 0 A 28 50 7 39
Octal 223 230 211 3 0 12 50 120 7 71
Binary 10010011 10011000 10001001 11 0 1010 101000 1010000 111 111001

Color Harmonies of #939889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939889

Black with #939889

Text Example


Text Example

White with #939889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939889; }

 p { color: rgb(147,152,137); }

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

background-color css

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

 a { background-color: rgb(147,152,137); }

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

border-color css

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

 span { border-color: rgb(147,152,137); }

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