Html Css Color HEX #837590 Topaz

📋 copy color: '#837590'

red 131 ◦ green 117 ◦ blue 144

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

Shades of Topaz #837590

Tints of Topaz #837590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 33.42%
G = 29.85%
B = 36.73%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#837590 (or 0x837590) is known color: Topaz. HEX triplet: 83, 75 and 90. RGB value is (131,117,144). Sum of RGB (Red+Green+Blue) = 131+117+144=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #837590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837590 is #7C8A6F. Grayscale: #7C7C7C. Windows color (decimal): -8161904 or 9467267. OLE color: 9467267.

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

Color convert

RGB 131 117 144 -
CMYK 0.09 0.19 0 0.44
HSL 271.11º 0.11% 0.51% -
HSV(B) 271.11º 0.19% 0.56% -
XYZ 20.76 19.56 29.07 -
YUV 124.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 131 117 144 0.09 0.19 0 0.44 271.11 0.11 0.51
Hex 83 75 90 9 13 0 2C 10F B 33
Octal 203 165 220 11 23 0 54 417 13 63
Binary 10000011 1110101 10010000 1001 10011 0 101100 100001111 1011 110011

Color Harmonies of #837590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837590

Black with #837590

Text Example


Text Example

White with #837590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837590; }

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

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

background-color css

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

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

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

border-color css

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

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

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