Html Css Color HEX #908B8D Venus

📋 copy color: '#908B8D'

red 144 ◦ green 139 ◦ blue 141

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

Shades of Venus #908B8D

Tints of Venus #908B8D

RGB

 RED value IS 144 (56.64% from 255) = 33.96%

 GREEN value IS 139 (54.69% from 255) = 32.78%

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

R = 33.96%
G = 32.78%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#908B8D (or 0x908B8D) is known color: Venus. HEX triplet: 90, 8B and 8D. RGB value is (144,139,141). Sum of RGB (Red+Green+Blue) = 144+139+141=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 144 - color contains mainly: red. Hex color #908B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B8D is #6F7472. Grayscale: #8C8C8C. Windows color (decimal): -7304307 or 9276304. OLE color: 9276304.

HSL color Cylindrical-coordinate representation of color #908B8D: hue angle of 336º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908B8D is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 139 141 -
CMYK 0 0.03 0.02 0.44
HSL 336º 0.02% 0.55% -
HSV(B) 336º 0.03% 0.56% -
XYZ 25.54 26.32 28.93 -
YUV 140.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 144 139 141 0 0.03 0.02 0.44 336 0.02 0.55
Hex 90 8B 8D 0 3 2 2C 150 2 37
Octal 220 213 215 0 3 2 54 520 2 67
Binary 10010000 10001011 10001101 0 11 10 101100 101010000 10 110111

Color Harmonies of #908B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B8D

Black with #908B8D

Text Example


Text Example

White with #908B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908B8D; }

 p { color: rgb(144,139,141); }

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

background-color css

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

 a { background-color: rgb(144,139,141); }

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

border-color css

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

 span { border-color: rgb(144,139,141); }

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