Html Css Color HEX #827DAC Deluge

📋 copy color: '#827DAC'

red 130 ◦ green 125 ◦ blue 172

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

Shades of Deluge #827DAC

Tints of Deluge #827DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.27%

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 30.44%
G = 29.27%
B = 40.28%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#827DAC (or 0x827DAC) is known color: Deluge. HEX triplet: 82, 7D and AC. RGB value is (130,125,172). Sum of RGB (Red+Green+Blue) = 130+125+172=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #827DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827DAC is #7D8253. Grayscale: #838383. Windows color (decimal): -8225364 or 11304322. OLE color: 11304322.

HSL color Cylindrical-coordinate representation of color #827DAC: hue angle of 246.38º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #827DAC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 125 172 -
CMYK 0.24 0.27 0 0.33
HSL 246.38º 0.22% 0.58% -
HSV(B) 246.38º 0.27% 0.67% -
XYZ 23.99 22.39 42.09 -
YUV 131.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 130 125 172 0.24 0.27 0 0.33 246.38 0.22 0.58
Hex 82 7D AC 18 1B 0 21 F6 16 3A
Octal 202 175 254 30 33 0 41 366 26 72
Binary 10000010 1111101 10101100 11000 11011 0 100001 11110110 10110 111010

Color Harmonies of #827DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DAC

Black with #827DAC

Text Example


Text Example

White with #827DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827DAC; }

 p { color: rgb(130,125,172); }

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

background-color css

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

 a { background-color: rgb(130,125,172); }

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

border-color css

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

 span { border-color: rgb(130,125,172); }

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