Html Css Color HEX #827993 Topaz

📋 copy color: '#827993'

red 130 ◦ green 121 ◦ blue 147

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

Shades of Topaz #827993

Tints of Topaz #827993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.93%

R = 32.66%
G = 30.4%
B = 36.93%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#827993 (or 0x827993) is known color: Topaz. HEX triplet: 82, 79 and 93. RGB value is (130,121,147). Sum of RGB (Red+Green+Blue) = 130+121+147=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: blue. Hex color #827993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827993 is #7D866C. Grayscale: #7E7E7E. Windows color (decimal): -8226413 or 9664898. OLE color: 9664898.

HSL color Cylindrical-coordinate representation of color #827993: hue angle of 260.77º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #827993 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 121 147 -
CMYK 0.12 0.18 0 0.42
HSL 260.77º 0.11% 0.53% -
HSV(B) 260.77º 0.18% 0.58% -
XYZ 21.31 20.53 30.44 -
YUV 126.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 130 121 147 0.12 0.18 0 0.42 260.77 0.11 0.53
Hex 82 79 93 C 12 0 2A 105 B 35
Octal 202 171 223 14 22 0 52 405 13 65
Binary 10000010 1111001 10010011 1100 10010 0 101010 100000101 1011 110101

Color Harmonies of #827993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827993

Black with #827993

Text Example


Text Example

White with #827993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827993; }

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

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

background-color css

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

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

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

border-color css

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

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

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