Html Css Color HEX #857990 Topaz

📋 copy color: '#857990'

red 133 ◦ green 121 ◦ blue 144

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

Shades of Topaz #857990

Tints of Topaz #857990

RGB

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

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

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

R = 33.42%
G = 30.4%
B = 36.18%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#857990 (or 0x857990) is known color: Topaz. HEX triplet: 85, 79 and 90. RGB value is (133,121,144). Sum of RGB (Red+Green+Blue) = 133+121+144=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #857990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857990 is #7A866F. Grayscale: #7F7F7F. Windows color (decimal): -8029808 or 9468293. OLE color: 9468293.

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

Color convert

RGB 133 121 144 -
CMYK 0.08 0.16 0 0.44
HSL 271.3º 0.09% 0.52% -
HSV(B) 271.3º 0.16% 0.56% -
XYZ 21.54 20.67 29.24 -
YUV 127.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 133 121 144 0.08 0.16 0 0.44 271.3 0.09 0.52
Hex 85 79 90 8 10 0 2C 10F 9 34
Octal 205 171 220 10 20 0 54 417 11 64
Binary 10000101 1111001 10010000 1000 10000 0 101100 100001111 1001 110100

Color Harmonies of #857990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857990

Black with #857990

Text Example


Text Example

White with #857990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857990; }

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

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

background-color css

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

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

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

border-color css

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

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

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