Html Css Color HEX #827098 Deluge

📋 copy color: '#827098'

red 130 ◦ green 112 ◦ blue 152

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

Shades of Deluge #827098

Tints of Deluge #827098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

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

R = 32.99%
G = 28.43%
B = 38.58%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#827098 (or 0x827098) is known color: Deluge. HEX triplet: 82, 70 and 98. RGB value is (130,112,152). Sum of RGB (Red+Green+Blue) = 130+112+152=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #827098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827098 is #7D8F67. Grayscale: #797979. Windows color (decimal): -8228712 or 9990274. OLE color: 9990274.

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

Color convert

RGB 130 112 152 -
CMYK 0.14 0.26 0 0.40
HSL 267º 0.16% 0.52% -
HSV(B) 267º 0.26% 0.6% -
XYZ 20.67 18.6 32.21 -
YUV 121.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 130 112 152 0.14 0.26 0 0.40 267 0.16 0.52
Hex 82 70 98 E 1A 0 28 10B 10 34
Octal 202 160 230 16 32 0 50 413 20 64
Binary 10000010 1110000 10011000 1110 11010 0 101000 100001011 10000 110100

Color Harmonies of #827098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827098

Black with #827098

Text Example


Text Example

White with #827098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827098; }

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

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

background-color css

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

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

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

border-color css

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

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

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