Html Css Color HEX #827698 Deluge

📋 copy color: '#827698'

red 130 ◦ green 118 ◦ blue 152

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

Shades of Deluge #827698

Tints of Deluge #827698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

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

R = 32.5%
G = 29.5%
B = 38%

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

#827698 (or 0x827698) is known color: Deluge. HEX triplet: 82, 76 and 98. RGB value is (130,118,152). Sum of RGB (Red+Green+Blue) = 130+118+152=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #827698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827698 is #7D8967. Grayscale: #7D7D7D. Windows color (decimal): -8227176 or 9991810. OLE color: 9991810.

HSL color Cylindrical-coordinate representation of color #827698: hue angle of 261.18º 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 #827698 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 118 152 -
CMYK 0.14 0.22 0 0.40
HSL 261.18º 0.14% 0.53% -
HSV(B) 261.18º 0.22% 0.6% -
XYZ 21.35 19.97 32.43 -
YUV 125.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 130 118 152 0.14 0.22 0 0.40 261.18 0.14 0.53
Hex 82 76 98 E 16 0 28 105 E 35
Octal 202 166 230 16 26 0 50 405 16 65
Binary 10000010 1110110 10011000 1110 10110 0 101000 100000101 1110 110101

Color Harmonies of #827698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827698

Black with #827698

Text Example


Text Example

White with #827698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827698; }

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

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

background-color css

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

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

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

border-color css

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

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

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