Html Css Color HEX #907692 Amethyst Smoke

📋 copy color: '#907692'

red 144 ◦ green 118 ◦ blue 146

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

Shades of Amethyst Smoke #907692

Tints of Amethyst Smoke #907692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.92%

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

R = 35.29%
G = 28.92%
B = 35.78%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#907692 (or 0x907692) is known color: Amethyst Smoke. HEX triplet: 90, 76 and 92. RGB value is (144,118,146). Sum of RGB (Red+Green+Blue) = 144+118+146=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 146 - color contains mainly: blue. Hex color #907692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907692 is #6F896D. Grayscale: #808080. Windows color (decimal): -7309678 or 9598608. OLE color: 9598608.

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

Color convert

RGB 144 118 146 -
CMYK 0.01 0.19 0 0.43
HSL 295.71º 0.11% 0.52% -
HSV(B) 295.71º 0.19% 0.57% -
XYZ 23.17 20.96 30.02 -
YUV 128.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 144 118 146 0.01 0.19 0 0.43 295.71 0.11 0.52
Hex 90 76 92 1 13 0 2B 128 B 34
Octal 220 166 222 1 23 0 53 450 13 64
Binary 10010000 1110110 10010010 1 10011 0 101011 100101000 1011 110100

Color Harmonies of #907692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907692

Black with #907692

Text Example


Text Example

White with #907692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907692; }

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

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

background-color css

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

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

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

border-color css

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

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

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