Html Css Color HEX #827CAC Deluge

📋 copy color: '#827CAC'

red 130 ◦ green 124 ◦ blue 172

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

Shades of Deluge #827CAC

Tints of Deluge #827CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

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

R = 30.52%
G = 29.11%
B = 40.38%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#827CAC (or 0x827CAC) is known color: Deluge. HEX triplet: 82, 7C and AC. RGB value is (130,124,172). Sum of RGB (Red+Green+Blue) = 130+124+172=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #827CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827CAC is #7D8353. Grayscale: #838383. Windows color (decimal): -8225620 or 11304066. OLE color: 11304066.

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

Color convert

RGB 130 124 172 -
CMYK 0.24 0.28 0 0.33
HSL 247.5º 0.22% 0.58% -
HSV(B) 247.5º 0.28% 0.67% -
XYZ 23.86 22.14 42.05 -
YUV 131.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 130 124 172 0.24 0.28 0 0.33 247.5 0.22 0.58
Hex 82 7C AC 18 1C 0 21 F8 16 3A
Octal 202 174 254 30 34 0 41 370 26 72
Binary 10000010 1111100 10101100 11000 11100 0 100001 11111000 10110 111010

Color Harmonies of #827CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CAC

Black with #827CAC

Text Example


Text Example

White with #827CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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