Html Css Color HEX #827197 Deluge

📋 copy color: '#827197'

red 130 ◦ green 113 ◦ blue 151

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

Shades of Deluge #827197

Tints of Deluge #827197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

 BLUE value IS 151 (59.38% from 255) = 38.32%

R = 32.99%
G = 28.68%
B = 38.32%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#827197 (or 0x827197) is known color: Deluge. HEX triplet: 82, 71 and 97. RGB value is (130,113,151). Sum of RGB (Red+Green+Blue) = 130+113+151=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #827197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827197 is #7D8E68. Grayscale: #7A7A7A. Windows color (decimal): -8228457 or 9924994. OLE color: 9924994.

HSL color Cylindrical-coordinate representation of color #827197: hue angle of 266.84º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827197 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 113 151 -
CMYK 0.14 0.25 0 0.41
HSL 266.84º 0.15% 0.52% -
HSV(B) 266.84º 0.25% 0.59% -
XYZ 20.7 18.79 31.81 -
YUV 122.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 130 113 151 0.14 0.25 0 0.41 266.84 0.15 0.52
Hex 82 71 97 E 19 0 29 10B F 34
Octal 202 161 227 16 31 0 51 413 17 64
Binary 10000010 1110001 10010111 1110 11001 0 101001 100001011 1111 110100

Color Harmonies of #827197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827197

Black with #827197

Text Example


Text Example

White with #827197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827197; }

 p { color: rgb(130,113,151); }

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

background-color css

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

 a { background-color: rgb(130,113,151); }

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

border-color css

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

 span { border-color: rgb(130,113,151); }

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