Html Css Color HEX #857096 Topaz

📋 copy color: '#857096'

red 133 ◦ green 112 ◦ blue 150

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

Shades of Topaz #857096

Tints of Topaz #857096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 33.67%
G = 28.35%
B = 37.97%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#857096 (or 0x857096) is known color: Topaz. HEX triplet: 85, 70 and 96. RGB value is (133,112,150). Sum of RGB (Red+Green+Blue) = 133+112+150=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #857096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857096 is #7A8F69. Grayscale: #7A7A7A. Windows color (decimal): -8032106 or 9859205. OLE color: 9859205.

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

Color convert

RGB 133 112 150 -
CMYK 0.11 0.25 0 0.41
HSL 273.16º 0.15% 0.51% -
HSV(B) 273.16º 0.25% 0.59% -
XYZ 20.97 18.78 31.37 -
YUV 122.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 133 112 150 0.11 0.25 0 0.41 273.16 0.15 0.51
Hex 85 70 96 B 19 0 29 111 F 33
Octal 205 160 226 13 31 0 51 421 17 63
Binary 10000101 1110000 10010110 1011 11001 0 101001 100010001 1111 110011

Color Harmonies of #857096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857096

Black with #857096

Text Example


Text Example

White with #857096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857096; }

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

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

background-color css

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

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

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

border-color css

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

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

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