Html Css Color HEX #827EAC Deluge

📋 copy color: '#827EAC'

red 130 ◦ green 126 ◦ blue 172

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

Shades of Deluge #827EAC

Tints of Deluge #827EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

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

R = 30.37%
G = 29.44%
B = 40.19%

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

#827EAC (or 0x827EAC) is known color: Deluge. HEX triplet: 82, 7E and AC. RGB value is (130,126,172). Sum of RGB (Red+Green+Blue) = 130+126+172=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #827EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827EAC is #7D8153. Grayscale: #848484. Windows color (decimal): -8225108 or 11304578. OLE color: 11304578.

HSL color Cylindrical-coordinate representation of color #827EAC: hue angle of 245.22º 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 #827EAC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 126 172 -
CMYK 0.24 0.27 0 0.33
HSL 245.22º 0.22% 0.58% -
HSV(B) 245.22º 0.27% 0.67% -
XYZ 24.11 22.65 42.13 -
YUV 132.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 130 126 172 0.24 0.27 0 0.33 245.22 0.22 0.58
Hex 82 7E AC 18 1B 0 21 F5 16 3A
Octal 202 176 254 30 33 0 41 365 26 72
Binary 10000010 1111110 10101100 11000 11011 0 100001 11110101 10110 111010

Color Harmonies of #827EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EAC

Black with #827EAC

Text Example


Text Example

White with #827EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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