Html Css Color HEX #85798F Topaz

📋 copy color: '#85798F'

red 133 ◦ green 121 ◦ blue 143

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

Shades of Topaz #85798F

Tints of Topaz #85798F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.48%

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 33.5%
G = 30.48%
B = 36.02%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85798F (or 0x85798F) is known color: Topaz. HEX triplet: 85, 79 and 8F. RGB value is (133,121,143). Sum of RGB (Red+Green+Blue) = 133+121+143=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 143 - color contains mainly: blue. Hex color #85798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85798F is #7A8670. Grayscale: #7F7F7F. Windows color (decimal): -8029809 or 9402757. OLE color: 9402757.

HSL color Cylindrical-coordinate representation of color #85798F: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85798F is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 121 143 -
CMYK 0.07 0.15 0 0.44
HSL 272.73º 0.09% 0.52% -
HSV(B) 272.73º 0.15% 0.56% -
XYZ 21.47 20.64 28.84 -
YUV 127.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 133 121 143 0.07 0.15 0 0.44 272.73 0.09 0.52
Hex 85 79 8F 7 F 0 2C 111 9 34
Octal 205 171 217 7 17 0 54 421 11 64
Binary 10000101 1111001 10001111 111 1111 0 101100 100010001 1001 110100

Color Harmonies of #85798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85798F

Black with #85798F

Text Example


Text Example

White with #85798F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85798F; }

 p { color: rgb(133,121,143); }

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

background-color css

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

 a { background-color: rgb(133,121,143); }

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

border-color css

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

 span { border-color: rgb(133,121,143); }

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