Html Css Color HEX #827AAD Deluge

📋 copy color: '#827AAD'

red 130 ◦ green 122 ◦ blue 173

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

Shades of Deluge #827AAD

Tints of Deluge #827AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.71%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 30.59%
G = 28.71%
B = 40.71%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#827AAD (or 0x827AAD) is known color: Deluge. HEX triplet: 82, 7A and AD. RGB value is (130,122,173). Sum of RGB (Red+Green+Blue) = 130+122+173=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #827AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827AAD is #7D8552. Grayscale: #828282. Windows color (decimal): -8226131 or 11369090. OLE color: 11369090.

HSL color Cylindrical-coordinate representation of color #827AAD: hue angle of 249.41º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #827AAD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 122 173 -
CMYK 0.25 0.29 0 0.32
HSL 249.41º 0.24% 0.58% -
HSV(B) 249.41º 0.29% 0.68% -
XYZ 23.71 21.68 42.47 -
YUV 130.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 130 122 173 0.25 0.29 0 0.32 249.41 0.24 0.58
Hex 82 7A AD 19 1D 0 20 F9 18 3A
Octal 202 172 255 31 35 0 40 371 30 72
Binary 10000010 1111010 10101101 11001 11101 0 100000 11111001 11000 111010

Color Harmonies of #827AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AAD

Black with #827AAD

Text Example


Text Example

White with #827AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,122,173); }

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

background-color css

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

 a { background-color: rgb(130,122,173); }

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

border-color css

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

 span { border-color: rgb(130,122,173); }

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