Html Css Color HEX #838087 Topaz

📋 copy color: '#838087'

red 131 ◦ green 128 ◦ blue 135

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

Shades of Topaz #838087

Tints of Topaz #838087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 33.25%
G = 32.49%
B = 34.26%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#838087 (or 0x838087) is known color: Topaz. HEX triplet: 83, 80 and 87. RGB value is (131,128,135). Sum of RGB (Red+Green+Blue) = 131+128+135=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 135 - color contains mainly: blue. Hex color #838087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838087 is #7C7F78. Grayscale: #818181. Windows color (decimal): -8159097 or 8880259. OLE color: 8880259.

HSL color Cylindrical-coordinate representation of color #838087: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #838087 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 128 135 -
CMYK 0.03 0.05 0 0.47
HSL 265.71º 0.03% 0.52% -
HSV(B) 265.71º 0.05% 0.53% -
XYZ 21.45 22.01 26.04 -
YUV 129.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 131 128 135 0.03 0.05 0 0.47 265.71 0.03 0.52
Hex 83 80 87 3 5 0 2F 10A 3 34
Octal 203 200 207 3 5 0 57 412 3 64
Binary 10000011 10000000 10000111 11 101 0 101111 100001010 11 110100

Color Harmonies of #838087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838087

Black with #838087

Text Example


Text Example

White with #838087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838087; }

 p { color: rgb(131,128,135); }

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

background-color css

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

 a { background-color: rgb(131,128,135); }

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

border-color css

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

 span { border-color: rgb(131,128,135); }

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