Html Css Color HEX #938A8D Venus

📋 copy color: '#938A8D'

red 147 ◦ green 138 ◦ blue 141

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

Shades of Venus #938A8D

Tints of Venus #938A8D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.39%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 34.51%
G = 32.39%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#938A8D (or 0x938A8D) is known color: Venus. HEX triplet: 93, 8A and 8D. RGB value is (147,138,141). Sum of RGB (Red+Green+Blue) = 147+138+141=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 147 - color contains mainly: red. Hex color #938A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A8D is #6C7572. Grayscale: #8D8D8D. Windows color (decimal): -7107955 or 9276051. OLE color: 9276051.

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

Color convert

RGB 147 138 141 -
CMYK 0 0.06 0.04 0.42
HSL 340º 0.04% 0.56% -
HSV(B) 340º 0.06% 0.58% -
XYZ 25.93 26.3 28.91 -
YUV 141.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 147 138 141 0 0.06 0.04 0.42 340 0.04 0.56
Hex 93 8A 8D 0 6 4 2A 154 4 38
Octal 223 212 215 0 6 4 52 524 4 70
Binary 10010011 10001010 10001101 0 110 100 101010 101010100 100 111000

Color Harmonies of #938A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A8D

Black with #938A8D

Text Example


Text Example

White with #938A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,138,141); }

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

background-color css

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

 a { background-color: rgb(147,138,141); }

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

border-color css

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

 span { border-color: rgb(147,138,141); }

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