Html Css Color HEX #827896 Deluge

📋 copy color: '#827896'

red 130 ◦ green 120 ◦ blue 150

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

Shades of Deluge #827896

Tints of Deluge #827896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30%

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

R = 32.5%
G = 30%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#827896 (or 0x827896) is known color: Deluge. HEX triplet: 82, 78 and 96. RGB value is (130,120,150). Sum of RGB (Red+Green+Blue) = 130+120+150=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #827896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827896 is #7D8769. Grayscale: #7E7E7E. Windows color (decimal): -8226666 or 9861250. OLE color: 9861250.

HSL color Cylindrical-coordinate representation of color #827896: hue angle of 260º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827896 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 120 150 -
CMYK 0.13 0.20 0 0.41
HSL 260º 0.13% 0.53% -
HSV(B) 260º 0.2% 0.59% -
XYZ 21.43 20.38 31.66 -
YUV 126.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 130 120 150 0.13 0.20 0 0.41 260 0.13 0.53
Hex 82 78 96 D 14 0 29 104 C 35
Octal 202 170 226 15 24 0 51 404 14 65
Binary 10000010 1111000 10010110 1101 10100 0 101001 100000100 1100 110101

Color Harmonies of #827896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827896

Black with #827896

Text Example


Text Example

White with #827896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827896; }

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

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

background-color css

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

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

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

border-color css

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

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

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