Html Css Color HEX #837093 Topaz

📋 copy color: '#837093'

red 131 ◦ green 112 ◦ blue 147

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

Shades of Topaz #837093

Tints of Topaz #837093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 33.59%
G = 28.72%
B = 37.69%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837093 (or 0x837093) is known color: Topaz. HEX triplet: 83, 70 and 93. RGB value is (131,112,147). Sum of RGB (Red+Green+Blue) = 131+112+147=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #837093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837093 is #7C8F6C. Grayscale: #797979. Windows color (decimal): -8163181 or 9662595. OLE color: 9662595.

HSL color Cylindrical-coordinate representation of color #837093: hue angle of 272.57º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #837093 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 112 147 -
CMYK 0.11 0.24 0 0.42
HSL 272.57º 0.14% 0.51% -
HSV(B) 272.57º 0.24% 0.58% -
XYZ 20.42 18.52 30.1 -
YUV 121.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 131 112 147 0.11 0.24 0 0.42 272.57 0.14 0.51
Hex 83 70 93 B 18 0 2A 111 E 33
Octal 203 160 223 13 30 0 52 421 16 63
Binary 10000011 1110000 10010011 1011 11000 0 101010 100010001 1110 110011

Color Harmonies of #837093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837093

Black with #837093

Text Example


Text Example

White with #837093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837093; }

 p { color: rgb(131,112,147); }

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

background-color css

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

 a { background-color: rgb(131,112,147); }

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

border-color css

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

 span { border-color: rgb(131,112,147); }

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