Html Css Color HEX #857895 Topaz

📋 copy color: '#857895'

red 133 ◦ green 120 ◦ blue 149

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

Shades of Topaz #857895

Tints of Topaz #857895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.85%

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

R = 33.08%
G = 29.85%
B = 37.06%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#857895 (or 0x857895) is known color: Topaz. HEX triplet: 85, 78 and 95. RGB value is (133,120,149). Sum of RGB (Red+Green+Blue) = 133+120+149=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: blue. Hex color #857895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857895 is #7A876A. Grayscale: #7F7F7F. Windows color (decimal): -8030059 or 9795717. OLE color: 9795717.

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

Color convert

RGB 133 120 149 -
CMYK 0.11 0.19 0 0.42
HSL 266.9º 0.12% 0.53% -
HSV(B) 266.9º 0.19% 0.58% -
XYZ 21.81 20.59 31.26 -
YUV 127.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 133 120 149 0.11 0.19 0 0.42 266.9 0.12 0.53
Hex 85 78 95 B 13 0 2A 10B C 35
Octal 205 170 225 13 23 0 52 413 14 65
Binary 10000101 1111000 10010101 1011 10011 0 101010 100001011 1100 110101

Color Harmonies of #857895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857895

Black with #857895

Text Example


Text Example

White with #857895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857895; }

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

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

background-color css

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

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

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

border-color css

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

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

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