Html Css Color HEX #827096 Deluge

📋 copy color: '#827096'

red 130 ◦ green 112 ◦ blue 150

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

Shades of Deluge #827096

Tints of Deluge #827096

RGB

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

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

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

R = 33.16%
G = 28.57%
B = 38.27%

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

#827096 (or 0x827096) is known color: Deluge. HEX triplet: 82, 70 and 96. RGB value is (130,112,150). Sum of RGB (Red+Green+Blue) = 130+112+150=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #827096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827096 is #7D8F69. Grayscale: #797979. Windows color (decimal): -8228714 or 9859202. OLE color: 9859202.

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

Color convert

RGB 130 112 150 -
CMYK 0.13 0.25 0 0.41
HSL 268.42º 0.15% 0.51% -
HSV(B) 268.42º 0.25% 0.59% -
XYZ 20.51 18.54 31.35 -
YUV 121.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 130 112 150 0.13 0.25 0 0.41 268.42 0.15 0.51
Hex 82 70 96 D 19 0 29 10C F 33
Octal 202 160 226 15 31 0 51 414 17 63
Binary 10000010 1110000 10010110 1101 11001 0 101001 100001100 1111 110011

Color Harmonies of #827096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827096

Black with #827096

Text Example


Text Example

White with #827096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827096; }

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

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

background-color css

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

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

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

border-color css

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

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

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