Html Css Color HEX #939987 Delta

📋 copy color: '#939987'

red 147 ◦ green 153 ◦ blue 135

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

Shades of Delta #939987

Tints of Delta #939987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 33.79%
G = 35.17%
B = 31.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#939987 (or 0x939987) is known color: Delta. HEX triplet: 93, 99 and 87. RGB value is (147,153,135). Sum of RGB (Red+Green+Blue) = 147+153+135=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #939987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939987 is #6C6678. Grayscale: #959595. Windows color (decimal): -7104121 or 8886675. OLE color: 8886675.

HSL color Cylindrical-coordinate representation of color #939987: hue angle of 80º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #939987 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 153 135 -
CMYK 0.04 0 0.12 0.4
HSL 80º 0.08% 0.56% -
HSV(B) 80º 0.12% 0.6% -
XYZ 27.8 30.73 27.39 -
YUV 149.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 147 153 135 0.04 0 0.12 0.4 80 0.08 0.56
Hex 93 99 87 4 0 C 28 50 8 38
Octal 223 231 207 4 0 14 50 120 10 70
Binary 10010011 10011001 10000111 100 0 1100 101000 1010000 1000 111000

Color Harmonies of #939987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939987

Black with #939987

Text Example


Text Example

White with #939987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939987; }

 p { color: rgb(147,153,135); }

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

background-color css

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

 a { background-color: rgb(147,153,135); }

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

border-color css

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

 span { border-color: rgb(147,153,135); }

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