Html Css Color HEX #827398 Deluge

📋 copy color: '#827398'

red 130 ◦ green 115 ◦ blue 152

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

Shades of Deluge #827398

Tints of Deluge #827398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

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

R = 32.75%
G = 28.97%
B = 38.29%

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

#827398 (or 0x827398) is known color: Deluge. HEX triplet: 82, 73 and 98. RGB value is (130,115,152). Sum of RGB (Red+Green+Blue) = 130+115+152=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #827398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827398 is #7D8C67. Grayscale: #7B7B7B. Windows color (decimal): -8227944 or 9991042. OLE color: 9991042.

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

Color convert

RGB 130 115 152 -
CMYK 0.14 0.24 0 0.40
HSL 264.32º 0.15% 0.52% -
HSV(B) 264.32º 0.24% 0.6% -
XYZ 21 19.27 32.32 -
YUV 123.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 130 115 152 0.14 0.24 0 0.40 264.32 0.15 0.52
Hex 82 73 98 E 18 0 28 108 F 34
Octal 202 163 230 16 30 0 50 410 17 64
Binary 10000010 1110011 10011000 1110 11000 0 101000 100001000 1111 110100

Color Harmonies of #827398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827398

Black with #827398

Text Example


Text Example

White with #827398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827398; }

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

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

background-color css

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

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

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

border-color css

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

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

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