Html Css Color HEX #857094 Topaz

📋 copy color: '#857094'

red 133 ◦ green 112 ◦ blue 148

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

Shades of Topaz #857094

Tints of Topaz #857094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 33.84%
G = 28.5%
B = 37.66%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#857094 (or 0x857094) is known color: Topaz. HEX triplet: 85, 70 and 94. RGB value is (133,112,148). Sum of RGB (Red+Green+Blue) = 133+112+148=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #857094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857094 is #7A8F6B. Grayscale: #7A7A7A. Windows color (decimal): -8032108 or 9728133. OLE color: 9728133.

HSL color Cylindrical-coordinate representation of color #857094: hue angle of 275º 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 #857094 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 112 148 -
CMYK 0.10 0.24 0 0.42
HSL 275º 0.14% 0.51% -
HSV(B) 275º 0.24% 0.58% -
XYZ 20.81 18.71 30.53 -
YUV 122.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 133 112 148 0.10 0.24 0 0.42 275 0.14 0.51
Hex 85 70 94 A 18 0 2A 113 E 33
Octal 205 160 224 12 30 0 52 423 16 63
Binary 10000101 1110000 10010100 1010 11000 0 101010 100010011 1110 110011

Color Harmonies of #857094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857094

Black with #857094

Text Example


Text Example

White with #857094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857094; }

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

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

background-color css

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

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

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

border-color css

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

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

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