Html Css Color HEX #837692 Topaz

📋 copy color: '#837692'

red 131 ◦ green 118 ◦ blue 146

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

Shades of Topaz #837692

Tints of Topaz #837692

RGB

 RED value IS 131 (51.56% from 255) = 33.16%

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

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

R = 33.16%
G = 29.87%
B = 36.96%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#837692 (or 0x837692) is known color: Topaz. HEX triplet: 83, 76 and 92. RGB value is (131,118,146). Sum of RGB (Red+Green+Blue) = 131+118+146=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #837692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837692 is #7C896D. Grayscale: #7C7C7C. Windows color (decimal): -8161646 or 9598595. OLE color: 9598595.

HSL color Cylindrical-coordinate representation of color #837692: hue angle of 267.86º 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 #837692 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 118 146 -
CMYK 0.10 0.19 0 0.43
HSL 267.86º 0.11% 0.52% -
HSV(B) 267.86º 0.19% 0.57% -
XYZ 21.03 19.86 29.92 -
YUV 125.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 131 118 146 0.10 0.19 0 0.43 267.86 0.11 0.52
Hex 83 76 92 A 13 0 2B 10C B 34
Octal 203 166 222 12 23 0 53 414 13 64
Binary 10000011 1110110 10010010 1010 10011 0 101011 100001100 1011 110100

Color Harmonies of #837692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837692

Black with #837692

Text Example


Text Example

White with #837692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837692; }

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

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

background-color css

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

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

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

border-color css

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

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

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