Html Css Color HEX #908892 Amethyst Smoke

📋 copy color: '#908892'

red 144 ◦ green 136 ◦ blue 146

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

Shades of Amethyst Smoke #908892

Tints of Amethyst Smoke #908892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

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

R = 33.8%
G = 31.92%
B = 34.27%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#908892 (or 0x908892) is known color: Amethyst Smoke. HEX triplet: 90, 88 and 92. RGB value is (144,136,146). Sum of RGB (Red+Green+Blue) = 144+136+146=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 146 - color contains mainly: blue. Hex color #908892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908892 is #6F776D. Grayscale: #8B8B8B. Windows color (decimal): -7305070 or 9603216. OLE color: 9603216.

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

Color convert

RGB 144 136 146 -
CMYK 0.01 0.07 0 0.43
HSL 288º 0.04% 0.55% -
HSV(B) 288º 0.07% 0.57% -
XYZ 25.49 25.61 30.79 -
YUV 139.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 144 136 146 0.01 0.07 0 0.43 288 0.04 0.55
Hex 90 88 92 1 7 0 2B 120 4 37
Octal 220 210 222 1 7 0 53 440 4 67
Binary 10010000 10001000 10010010 1 111 0 101011 100100000 100 110111

Color Harmonies of #908892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908892

Black with #908892

Text Example


Text Example

White with #908892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908892; }

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

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

background-color css

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

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

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

border-color css

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

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

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