#827993

Color #827993 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #827993

Tints of Topaz #827993

Color information

#827993 (or 0x827993) is unknown color: approx 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

RGB130121147-
CMYK0.120.1800.42
HSL260.77º10.74%52.55%-
HSV(B)260.77º17.69%57.65%-
XYZ21.3120.5330.44-
YUV126.65139.48130.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=32.66%
G=30.40%
B=36.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301211470.120.1800.42260.7710.7452.55
Hex827993C1202A105b35
Octal20217122314220524051365
Binary1000001011110011001001111001001001010101000001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>