Html Css Color HEX #827592 Topaz

📋 copy color: '#827592'

red 130 ◦ green 117 ◦ blue 146

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

Shades of Topaz #827592

Tints of Topaz #827592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.77%

 BLUE value IS 146 (57.42% from 255) = 37.15%

R = 33.08%
G = 29.77%
B = 37.15%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#827592 (or 0x827592) is known color: Topaz. HEX triplet: 82, 75 and 92. RGB value is (130,117,146). Sum of RGB (Red+Green+Blue) = 130+117+146=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #827592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827592 is #7D8A6D. Grayscale: #7C7C7C. Windows color (decimal): -8227438 or 9598338. OLE color: 9598338.

HSL color Cylindrical-coordinate representation of color #827592: hue angle of 266.9º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827592 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 117 146 -
CMYK 0.11 0.20 0 0.43
HSL 266.9º 0.12% 0.52% -
HSV(B) 266.9º 0.2% 0.57% -
XYZ 20.76 19.54 29.87 -
YUV 124.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 130 117 146 0.11 0.20 0 0.43 266.9 0.12 0.52
Hex 82 75 92 B 14 0 2B 10B C 34
Octal 202 165 222 13 24 0 53 413 14 64
Binary 10000010 1110101 10010010 1011 10100 0 101011 100001011 1100 110100

Color Harmonies of #827592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827592

Black with #827592

Text Example


Text Example

White with #827592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827592; }

 p { color: rgb(130,117,146); }

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

background-color css

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

 a { background-color: rgb(130,117,146); }

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

border-color css

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

 span { border-color: rgb(130,117,146); }

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