Html Css Color HEX #827498 Deluge

📋 copy color: '#827498'

red 130 ◦ green 116 ◦ blue 152

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

Shades of Deluge #827498

Tints of Deluge #827498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.15%

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

R = 32.66%
G = 29.15%
B = 38.19%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#827498 (or 0x827498) is known color: Deluge. HEX triplet: 82, 74 and 98. RGB value is (130,116,152). Sum of RGB (Red+Green+Blue) = 130+116+152=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #827498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827498 is #7D8B67. Grayscale: #7C7C7C. Windows color (decimal): -8227688 or 9991298. OLE color: 9991298.

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

Color convert

RGB 130 116 152 -
CMYK 0.14 0.24 0 0.40
HSL 263.33º 0.15% 0.53% -
HSV(B) 263.33º 0.24% 0.6% -
XYZ 21.12 19.5 32.36 -
YUV 124.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 130 116 152 0.14 0.24 0 0.40 263.33 0.15 0.53
Hex 82 74 98 E 18 0 28 107 F 35
Octal 202 164 230 16 30 0 50 407 17 65
Binary 10000010 1110100 10011000 1110 11000 0 101000 100000111 1111 110101

Color Harmonies of #827498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827498

Black with #827498

Text Example


Text Example

White with #827498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827498; }

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

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

background-color css

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

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

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

border-color css

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

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

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