Html Css Color HEX #857390 Topaz

📋 copy color: '#857390'

red 133 ◦ green 115 ◦ blue 144

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

Shades of Topaz #857390

Tints of Topaz #857390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 33.93%
G = 29.34%
B = 36.73%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#857390 (or 0x857390) is known color: Topaz. HEX triplet: 85, 73 and 90. RGB value is (133,115,144). Sum of RGB (Red+Green+Blue) = 133+115+144=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #857390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857390 is #7A8C6F. Grayscale: #7B7B7B. Windows color (decimal): -8031344 or 9466757. OLE color: 9466757.

HSL color Cylindrical-coordinate representation of color #857390: hue angle of 277.24º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857390 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 115 144 -
CMYK 0.08 0.20 0 0.44
HSL 277.24º 0.12% 0.51% -
HSV(B) 277.24º 0.2% 0.56% -
XYZ 20.84 19.26 29.01 -
YUV 123.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 133 115 144 0.08 0.20 0 0.44 277.24 0.12 0.51
Hex 85 73 90 8 14 0 2C 115 C 33
Octal 205 163 220 10 24 0 54 425 14 63
Binary 10000101 1110011 10010000 1000 10100 0 101100 100010101 1100 110011

Color Harmonies of #857390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857390

Black with #857390

Text Example


Text Example

White with #857390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857390; }

 p { color: rgb(133,115,144); }

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

background-color css

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

 a { background-color: rgb(133,115,144); }

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

border-color css

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

 span { border-color: rgb(133,115,144); }

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