Html Css Color HEX #82798B Topaz

📋 copy color: '#82798B'

red 130 ◦ green 121 ◦ blue 139

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

Shades of Topaz #82798B

Tints of Topaz #82798B

RGB

 RED value IS 130 (51.17% from 255) = 33.33%

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

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 33.33%
G = 31.03%
B = 35.64%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82798B (or 0x82798B) is known color: Topaz. HEX triplet: 82, 79 and 8B. RGB value is (130,121,139). Sum of RGB (Red+Green+Blue) = 130+121+139=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #82798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82798B is #7D8674. Grayscale: #7D7D7D. Windows color (decimal): -8226421 or 9140610. OLE color: 9140610.

HSL color Cylindrical-coordinate representation of color #82798B: hue angle of 270º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #82798B is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 121 139 -
CMYK 0.06 0.13 0 0.45
HSL 270º 0.07% 0.51% -
HSV(B) 270º 0.13% 0.55% -
XYZ 20.7 20.28 27.25 -
YUV 125.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 130 121 139 0.06 0.13 0 0.45 270 0.07 0.51
Hex 82 79 8B 6 D 0 2D 10E 7 33
Octal 202 171 213 6 15 0 55 416 7 63
Binary 10000010 1111001 10001011 110 1101 0 101101 100001110 111 110011

Color Harmonies of #82798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82798B

Black with #82798B

Text Example


Text Example

White with #82798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82798B; }

 p { color: rgb(130,121,139); }

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

background-color css

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

 a { background-color: rgb(130,121,139); }

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

border-color css

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

 span { border-color: rgb(130,121,139); }

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