Html Css Color HEX #827093 Topaz

📋 copy color: '#827093'

red 130 ◦ green 112 ◦ blue 147

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

Shades of Topaz #827093

Tints of Topaz #827093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

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

R = 33.42%
G = 28.79%
B = 37.79%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#827093 (or 0x827093) is known color: Topaz. HEX triplet: 82, 70 and 93. RGB value is (130,112,147). Sum of RGB (Red+Green+Blue) = 130+112+147=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #827093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827093 is #7D8F6C. Grayscale: #797979. Windows color (decimal): -8228717 or 9662594. OLE color: 9662594.

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

Color convert

RGB 130 112 147 -
CMYK 0.12 0.24 0 0.42
HSL 270.86º 0.14% 0.51% -
HSV(B) 270.86º 0.24% 0.58% -
XYZ 20.27 18.44 30.1 -
YUV 121.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 130 112 147 0.12 0.24 0 0.42 270.86 0.14 0.51
Hex 82 70 93 C 18 0 2A 10F E 33
Octal 202 160 223 14 30 0 52 417 16 63
Binary 10000010 1110000 10010011 1100 11000 0 101010 100001111 1110 110011

Color Harmonies of #827093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827093

Black with #827093

Text Example


Text Example

White with #827093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827093; }

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

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

background-color css

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

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

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

border-color css

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

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

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