Html Css Color HEX #827692 Topaz

📋 copy color: '#827692'

red 130 ◦ green 118 ◦ blue 146

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

Shades of Topaz #827692

Tints of Topaz #827692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 32.99%
G = 29.95%
B = 37.06%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#827692 (or 0x827692) is known color: Topaz. HEX triplet: 82, 76 and 92. RGB value is (130,118,146). Sum of RGB (Red+Green+Blue) = 130+118+146=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #827692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827692 is #7D896D. Grayscale: #7C7C7C. Windows color (decimal): -8227182 or 9598594. OLE color: 9598594.

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

Color convert

RGB 130 118 146 -
CMYK 0.11 0.19 0 0.43
HSL 265.71º 0.11% 0.52% -
HSV(B) 265.71º 0.19% 0.57% -
XYZ 20.87 19.78 29.91 -
YUV 124.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 130 118 146 0.11 0.19 0 0.43 265.71 0.11 0.52
Hex 82 76 92 B 13 0 2B 10A B 34
Octal 202 166 222 13 23 0 53 412 13 64
Binary 10000010 1110110 10010010 1011 10011 0 101011 100001010 1011 110100

Color Harmonies of #827692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827692

Black with #827692

Text Example


Text Example

White with #827692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827692; }

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

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

background-color css

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

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

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

border-color css

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

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

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