Html Css Color HEX #827897 Deluge

📋 copy color: '#827897'

red 130 ◦ green 120 ◦ blue 151

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

Shades of Deluge #827897

Tints of Deluge #827897

RGB

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

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

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

R = 32.42%
G = 29.93%
B = 37.66%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#827897 (or 0x827897) is known color: Deluge. HEX triplet: 82, 78 and 97. RGB value is (130,120,151). Sum of RGB (Red+Green+Blue) = 130+120+151=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 151 - color contains mainly: blue. Hex color #827897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827897 is #7D8768. Grayscale: #7E7E7E. Windows color (decimal): -8226665 or 9926786. OLE color: 9926786.

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

Color convert

RGB 130 120 151 -
CMYK 0.14 0.21 0 0.41
HSL 259.35º 0.13% 0.53% -
HSV(B) 259.35º 0.21% 0.59% -
XYZ 21.51 20.41 32.08 -
YUV 126.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 130 120 151 0.14 0.21 0 0.41 259.35 0.13 0.53
Hex 82 78 97 E 15 0 29 103 D 35
Octal 202 170 227 16 25 0 51 403 15 65
Binary 10000010 1111000 10010111 1110 10101 0 101001 100000011 1101 110101

Color Harmonies of #827897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827897

Black with #827897

Text Example


Text Example

White with #827897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827897; }

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

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

background-color css

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

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

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

border-color css

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

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

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