Html Css Color HEX #857194 Topaz

📋 copy color: '#857194'

red 133 ◦ green 113 ◦ blue 148

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

Shades of Topaz #857194

Tints of Topaz #857194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

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

R = 33.76%
G = 28.68%
B = 37.56%

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

#857194 (or 0x857194) is known color: Topaz. HEX triplet: 85, 71 and 94. RGB value is (133,113,148). Sum of RGB (Red+Green+Blue) = 133+113+148=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #857194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857194 is #7A8E6B. Grayscale: #7A7A7A. Windows color (decimal): -8031852 or 9728389. OLE color: 9728389.

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

Color convert

RGB 133 113 148 -
CMYK 0.10 0.24 0 0.42
HSL 274.29º 0.14% 0.51% -
HSV(B) 274.29º 0.24% 0.58% -
XYZ 20.92 18.93 30.57 -
YUV 122.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 133 113 148 0.10 0.24 0 0.42 274.29 0.14 0.51
Hex 85 71 94 A 18 0 2A 112 E 33
Octal 205 161 224 12 30 0 52 422 16 63
Binary 10000101 1110001 10010100 1010 11000 0 101010 100010010 1110 110011

Color Harmonies of #857194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857194

Black with #857194

Text Example


Text Example

White with #857194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857194; }

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

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

background-color css

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

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

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

border-color css

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

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

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