Html Css Color HEX #837690 Topaz

📋 copy color: '#837690'

red 131 ◦ green 118 ◦ blue 144

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

Shades of Topaz #837690

Tints of Topaz #837690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 33.33%
G = 30.03%
B = 36.64%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#837690 (or 0x837690) is known color: Topaz. HEX triplet: 83, 76 and 90. RGB value is (131,118,144). Sum of RGB (Red+Green+Blue) = 131+118+144=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #837690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837690 is #7C896F. Grayscale: #7C7C7C. Windows color (decimal): -8161648 or 9467523. OLE color: 9467523.

HSL color Cylindrical-coordinate representation of color #837690: hue angle of 270º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #837690 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 118 144 -
CMYK 0.09 0.18 0 0.44
HSL 270º 0.1% 0.51% -
HSV(B) 270º 0.18% 0.56% -
XYZ 20.87 19.8 29.11 -
YUV 124.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 131 118 144 0.09 0.18 0 0.44 270 0.1 0.51
Hex 83 76 90 9 12 0 2C 10E A 33
Octal 203 166 220 11 22 0 54 416 12 63
Binary 10000011 1110110 10010000 1001 10010 0 101100 100001110 1010 110011

Color Harmonies of #837690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837690

Black with #837690

Text Example


Text Example

White with #837690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837690; }

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

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

background-color css

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

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

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

border-color css

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

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

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