Html Css Color HEX #908792 Amethyst Smoke

📋 copy color: '#908792'

red 144 ◦ green 135 ◦ blue 146

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

Shades of Amethyst Smoke #908792

Tints of Amethyst Smoke #908792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 146 (57.42% from 255) = 34.35%

R = 33.88%
G = 31.76%
B = 34.35%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#908792 (or 0x908792) is known color: Amethyst Smoke. HEX triplet: 90, 87 and 92. RGB value is (144,135,146). Sum of RGB (Red+Green+Blue) = 144+135+146=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 146 - color contains mainly: blue. Hex color #908792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908792 is #6F786D. Grayscale: #8A8A8A. Windows color (decimal): -7305326 or 9602960. OLE color: 9602960.

HSL color Cylindrical-coordinate representation of color #908792: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908792 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 144 135 146 -
CMYK 0.01 0.08 0 0.43
HSL 289.09º 0.05% 0.55% -
HSV(B) 289.09º 0.08% 0.57% -
XYZ 25.35 25.33 30.75 -
YUV 138.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 144 135 146 0.01 0.08 0 0.43 289.09 0.05 0.55
Hex 90 87 92 1 8 0 2B 121 5 37
Octal 220 207 222 1 10 0 53 441 5 67
Binary 10010000 10000111 10010010 1 1000 0 101011 100100001 101 110111

Color Harmonies of #908792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908792

Black with #908792

Text Example


Text Example

White with #908792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908792; }

 p { color: rgb(144,135,146); }

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

background-color css

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

 a { background-color: rgb(144,135,146); }

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

border-color css

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

 span { border-color: rgb(144,135,146); }

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