Html Css Color HEX #857F90 Topaz

📋 copy color: '#857F90'

red 133 ◦ green 127 ◦ blue 144

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

Shades of Topaz #857F90

Tints of Topaz #857F90

RGB

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

 GREEN value IS 127 (50% from 255) = 31.44%

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

R = 32.92%
G = 31.44%
B = 35.64%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#857F90 (or 0x857F90) is known color: Topaz. HEX triplet: 85, 7F and 90. RGB value is (133,127,144). Sum of RGB (Red+Green+Blue) = 133+127+144=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #857F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F90 is #7A806F. Grayscale: #828282. Windows color (decimal): -8028272 or 9469829. OLE color: 9469829.

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

Color convert

RGB 133 127 144 -
CMYK 0.08 0.12 0 0.44
HSL 261.18º 0.07% 0.53% -
HSV(B) 261.18º 0.12% 0.56% -
XYZ 22.3 22.18 29.49 -
YUV 130.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 133 127 144 0.08 0.12 0 0.44 261.18 0.07 0.53
Hex 85 7F 90 8 C 0 2C 105 7 35
Octal 205 177 220 10 14 0 54 405 7 65
Binary 10000101 1111111 10010000 1000 1100 0 101100 100000101 111 110101

Color Harmonies of #857F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F90

Black with #857F90

Text Example


Text Example

White with #857F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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