Html Css Color HEX #938C8F Venus

📋 copy color: '#938C8F'

red 147 ◦ green 140 ◦ blue 143

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

Shades of Venus #938C8F

Tints of Venus #938C8F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 34.19%
G = 32.56%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#938C8F (or 0x938C8F) is known color: Venus. HEX triplet: 93, 8C and 8F. RGB value is (147,140,143). Sum of RGB (Red+Green+Blue) = 147+140+143=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 147 - color contains mainly: red. Hex color #938C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938C8F is #6C7370. Grayscale: #8E8E8E. Windows color (decimal): -7107441 or 9407635. OLE color: 9407635.

HSL color Cylindrical-coordinate representation of color #938C8F: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #938C8F is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 140 143 -
CMYK 0 0.05 0.03 0.42
HSL 334.29º 0.03% 0.56% -
HSV(B) 334.29º 0.05% 0.58% -
XYZ 26.37 26.94 29.8 -
YUV 142.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 147 140 143 0 0.05 0.03 0.42 334.29 0.03 0.56
Hex 93 8C 8F 0 5 3 2A 14E 3 38
Octal 223 214 217 0 5 3 52 516 3 70
Binary 10010011 10001100 10001111 0 101 11 101010 101001110 11 111000

Color Harmonies of #938C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C8F

Black with #938C8F

Text Example


Text Example

White with #938C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938C8F; }

 p { color: rgb(147,140,143); }

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

background-color css

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

 a { background-color: rgb(147,140,143); }

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

border-color css

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

 span { border-color: rgb(147,140,143); }

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