Html Css Color HEX #939C85 Delta

📋 copy color: '#939C85'

red 147 ◦ green 156 ◦ blue 133

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

Shades of Delta #939C85

Tints of Delta #939C85

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.78%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 33.72%
G = 35.78%
B = 30.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#939C85 (or 0x939C85) is known color: Delta. HEX triplet: 93, 9C and 85. RGB value is (147,156,133). Sum of RGB (Red+Green+Blue) = 147+156+133=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 156 - color contains mainly: green. Hex color #939C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939C85 is #6C637A. Grayscale: #969696. Windows color (decimal): -7103355 or 8756371. OLE color: 8756371.

HSL color Cylindrical-coordinate representation of color #939C85: hue angle of 83.48º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #939C85 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 156 133 -
CMYK 0.06 0 0.15 0.39
HSL 83.48º 0.1% 0.57% -
HSV(B) 83.48º 0.15% 0.61% -
XYZ 28.15 31.67 26.82 -
YUV 150.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 147 156 133 0.06 0 0.15 0.39 83.48 0.1 0.57
Hex 93 9C 85 6 0 F 27 53 A 39
Octal 223 234 205 6 0 17 47 123 12 71
Binary 10010011 10011100 10000101 110 0 1111 100111 1010011 1010 111001

Color Harmonies of #939C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939C85

Black with #939C85

Text Example


Text Example

White with #939C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,156,133); }

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

background-color css

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

 a { background-color: rgb(147,156,133); }

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

border-color css

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

 span { border-color: rgb(147,156,133); }

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