Html Css Color HEX #837694 Topaz

📋 copy color: '#837694'

red 131 ◦ green 118 ◦ blue 148

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

Shades of Topaz #837694

Tints of Topaz #837694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 33%
G = 29.72%
B = 37.28%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837694 (or 0x837694) is known color: Topaz. HEX triplet: 83, 76 and 94. RGB value is (131,118,148). Sum of RGB (Red+Green+Blue) = 131+118+148=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #837694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837694 is #7C896B. Grayscale: #7D7D7D. Windows color (decimal): -8161644 or 9729667. OLE color: 9729667.

HSL color Cylindrical-coordinate representation of color #837694: hue angle of 266º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #837694 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 118 148 -
CMYK 0.11 0.20 0 0.42
HSL 266º 0.12% 0.52% -
HSV(B) 266º 0.2% 0.58% -
XYZ 21.18 19.92 30.75 -
YUV 125.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 131 118 148 0.11 0.20 0 0.42 266 0.12 0.52
Hex 83 76 94 B 14 0 2A 10A C 34
Octal 203 166 224 13 24 0 52 412 14 64
Binary 10000011 1110110 10010100 1011 10100 0 101010 100001010 1100 110100

Color Harmonies of #837694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837694

Black with #837694

Text Example


Text Example

White with #837694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837694; }

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

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

background-color css

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

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

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

border-color css

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

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

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