Html Css Color HEX #8A757D Venus

📋 copy color: '#8A757D'

red 138 ◦ green 117 ◦ blue 125

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

Shades of Venus #8A757D

Tints of Venus #8A757D

RGB

 RED value IS 138 (54.3% from 255) = 36.32%

 GREEN value IS 117 (46.09% from 255) = 30.79%

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 36.32%
G = 30.79%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A757D (or 0x8A757D) is known color: Venus. HEX triplet: 8A, 75 and 7D. RGB value is (138,117,125). Sum of RGB (Red+Green+Blue) = 138+117+125=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 138 - color contains mainly: red. Hex color #8A757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A757D is #758A82. Grayscale: #7C7C7C. Windows color (decimal): -7703171 or 8222090. OLE color: 8222090.

HSL color Cylindrical-coordinate representation of color #8A757D: hue angle of 337.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A757D is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 117 125 -
CMYK 0 0.15 0.09 0.46
HSL 337.14º 0.08% 0.5% -
HSV(B) 337.14º 0.15% 0.54% -
XYZ 20.54 19.61 22.1 -
YUV 124.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 138 117 125 0 0.15 0.09 0.46 337.14 0.08 0.5
Hex 8A 75 7D 0 F 9 2E 151 8 32
Octal 212 165 175 0 17 11 56 521 10 62
Binary 10001010 1110101 1111101 0 1111 1001 101110 101010001 1000 110010

Color Harmonies of #8A757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A757D

Black with #8A757D

Text Example


Text Example

White with #8A757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A757D; }

 p { color: rgb(138,117,125); }

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

background-color css

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

 a { background-color: rgb(138,117,125); }

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

border-color css

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

 span { border-color: rgb(138,117,125); }

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