Html Css Color HEX #827196 Deluge

📋 copy color: '#827196'

red 130 ◦ green 113 ◦ blue 150

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

Shades of Deluge #827196

Tints of Deluge #827196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 33.08%
G = 28.75%
B = 38.17%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#827196 (or 0x827196) is known color: Deluge. HEX triplet: 82, 71 and 96. RGB value is (130,113,150). Sum of RGB (Red+Green+Blue) = 130+113+150=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #827196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827196 is #7D8E69. Grayscale: #7A7A7A. Windows color (decimal): -8228458 or 9859458. OLE color: 9859458.

HSL color Cylindrical-coordinate representation of color #827196: hue angle of 267.57º 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 #827196 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 113 150 -
CMYK 0.13 0.25 0 0.41
HSL 267.57º 0.15% 0.52% -
HSV(B) 267.57º 0.25% 0.59% -
XYZ 20.62 18.76 31.39 -
YUV 122.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 130 113 150 0.13 0.25 0 0.41 267.57 0.15 0.52
Hex 82 71 96 D 19 0 29 10C F 34
Octal 202 161 226 15 31 0 51 414 17 64
Binary 10000010 1110001 10010110 1101 11001 0 101001 100001100 1111 110100

Color Harmonies of #827196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827196

Black with #827196

Text Example


Text Example

White with #827196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827196; }

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

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

background-color css

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

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

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

border-color css

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

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

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