Html Css Color HEX #857095 Topaz

📋 copy color: '#857095'

red 133 ◦ green 112 ◦ blue 149

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

Shades of Topaz #857095

Tints of Topaz #857095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 33.76%
G = 28.43%
B = 37.82%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#857095 (or 0x857095) is known color: Topaz. HEX triplet: 85, 70 and 95. RGB value is (133,112,149). Sum of RGB (Red+Green+Blue) = 133+112+149=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #857095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857095 is #7A8F6A. Grayscale: #7A7A7A. Windows color (decimal): -8032107 or 9793669. OLE color: 9793669.

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

Color convert

RGB 133 112 149 -
CMYK 0.11 0.25 0 0.42
HSL 274.05º 0.15% 0.51% -
HSV(B) 274.05º 0.25% 0.58% -
XYZ 20.89 18.74 30.95 -
YUV 122.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 133 112 149 0.11 0.25 0 0.42 274.05 0.15 0.51
Hex 85 70 95 B 19 0 2A 112 F 33
Octal 205 160 225 13 31 0 52 422 17 63
Binary 10000101 1110000 10010101 1011 11001 0 101010 100010010 1111 110011

Color Harmonies of #857095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857095

Black with #857095

Text Example


Text Example

White with #857095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857095; }

 p { color: rgb(133,112,149); }

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

background-color css

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

 a { background-color: rgb(133,112,149); }

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

border-color css

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

 span { border-color: rgb(133,112,149); }

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