Html Css Color HEX #837F90 Topaz

📋 copy color: '#837F90'

red 131 ◦ green 127 ◦ blue 144

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

Shades of Topaz #837F90

Tints of Topaz #837F90

RGB

 RED value IS 131 (51.56% from 255) = 32.59%

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

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

R = 32.59%
G = 31.59%
B = 35.82%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#837F90 (or 0x837F90) is known color: Topaz. HEX triplet: 83, 7F and 90. RGB value is (131,127,144). Sum of RGB (Red+Green+Blue) = 131+127+144=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #837F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F90 is #7C806F. Grayscale: #828282. Windows color (decimal): -8159344 or 9469827. OLE color: 9469827.

HSL color Cylindrical-coordinate representation of color #837F90: hue angle of 254.12º 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 #837F90 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 127 144 -
CMYK 0.09 0.12 0 0.44
HSL 254.12º 0.07% 0.53% -
HSV(B) 254.12º 0.12% 0.56% -
XYZ 21.98 22.02 29.48 -
YUV 130.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 131 127 144 0.09 0.12 0 0.44 254.12 0.07 0.53
Hex 83 7F 90 9 C 0 2C FE 7 35
Octal 203 177 220 11 14 0 54 376 7 65
Binary 10000011 1111111 10010000 1001 1100 0 101100 11111110 111 110101

Color Harmonies of #837F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F90

Black with #837F90

Text Example


Text Example

White with #837F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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