Html Css Color HEX #827798 Deluge

📋 copy color: '#827798'

red 130 ◦ green 119 ◦ blue 152

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

Shades of Deluge #827798

Tints of Deluge #827798

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.68%

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 32.42%
G = 29.68%
B = 37.91%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#827798 (or 0x827798) is known color: Deluge. HEX triplet: 82, 77 and 98. RGB value is (130,119,152). Sum of RGB (Red+Green+Blue) = 130+119+152=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #827798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827798 is #7D8867. Grayscale: #7D7D7D. Windows color (decimal): -8226920 or 9992066. OLE color: 9992066.

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

Color convert

RGB 130 119 152 -
CMYK 0.14 0.22 0 0.40
HSL 260º 0.14% 0.53% -
HSV(B) 260º 0.22% 0.6% -
XYZ 21.47 20.21 32.47 -
YUV 126.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 130 119 152 0.14 0.22 0 0.40 260 0.14 0.53
Hex 82 77 98 E 16 0 28 104 E 35
Octal 202 167 230 16 26 0 50 404 16 65
Binary 10000010 1110111 10011000 1110 10110 0 101000 100000100 1110 110101

Color Harmonies of #827798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827798

Black with #827798

Text Example


Text Example

White with #827798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827798; }

 p { color: rgb(130,119,152); }

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

background-color css

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

 a { background-color: rgb(130,119,152); }

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

border-color css

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

 span { border-color: rgb(130,119,152); }

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