Html Css Color HEX #857393 Topaz

📋 copy color: '#857393'

red 133 ◦ green 115 ◦ blue 147

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

Shades of Topaz #857393

Tints of Topaz #857393

RGB

 RED value IS 133 (52.34% from 255) = 33.67%

 GREEN value IS 115 (45.31% from 255) = 29.11%

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

R = 33.67%
G = 29.11%
B = 37.22%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#857393 (or 0x857393) is known color: Topaz. HEX triplet: 85, 73 and 93. RGB value is (133,115,147). Sum of RGB (Red+Green+Blue) = 133+115+147=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #857393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857393 is #7A8C6C. Grayscale: #7B7B7B. Windows color (decimal): -8031341 or 9663365. OLE color: 9663365.

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

Color convert

RGB 133 115 147 -
CMYK 0.10 0.22 0 0.42
HSL 273.75º 0.13% 0.51% -
HSV(B) 273.75º 0.22% 0.58% -
XYZ 21.07 19.35 30.23 -
YUV 124.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 133 115 147 0.10 0.22 0 0.42 273.75 0.13 0.51
Hex 85 73 93 A 16 0 2A 112 D 33
Octal 205 163 223 12 26 0 52 422 15 63
Binary 10000101 1110011 10010011 1010 10110 0 101010 100010010 1101 110011

Color Harmonies of #857393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857393

Black with #857393

Text Example


Text Example

White with #857393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857393; }

 p { color: rgb(133,115,147); }

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

background-color css

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

 a { background-color: rgb(133,115,147); }

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

border-color css

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

 span { border-color: rgb(133,115,147); }

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