Html Css Color HEX #827899 Deluge

📋 copy color: '#827899'

red 130 ◦ green 120 ◦ blue 153

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

Shades of Deluge #827899

Tints of Deluge #827899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.97%

R = 32.26%
G = 29.78%
B = 37.97%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#827899 (or 0x827899) is known color: Deluge. HEX triplet: 82, 78 and 99. RGB value is (130,120,153). Sum of RGB (Red+Green+Blue) = 130+120+153=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #827899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827899 is #7D8766. Grayscale: #7E7E7E. Windows color (decimal): -8226663 or 10057858. OLE color: 10057858.

HSL color Cylindrical-coordinate representation of color #827899: hue angle of 258.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827899 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 120 153 -
CMYK 0.15 0.22 0 0.4
HSL 258.18º 0.14% 0.54% -
HSV(B) 258.18º 0.22% 0.6% -
XYZ 21.67 20.48 32.95 -
YUV 126.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 130 120 153 0.15 0.22 0 0.4 258.18 0.14 0.54
Hex 82 78 99 F 16 0 28 102 E 36
Octal 202 170 231 17 26 0 50 402 16 66
Binary 10000010 1111000 10011001 1111 10110 0 101000 100000010 1110 110110

Color Harmonies of #827899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827899

Black with #827899

Text Example


Text Example

White with #827899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827899; }

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

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

background-color css

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

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

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

border-color css

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

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

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