Html Css Color HEX #826FA4 Deluge

📋 copy color: '#826FA4'

red 130 ◦ green 111 ◦ blue 164

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

Shades of Deluge #826FA4

Tints of Deluge #826FA4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

 BLUE value IS 164 (64.45% from 255) = 40.49%

R = 32.1%
G = 27.41%
B = 40.49%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#826FA4 (or 0x826FA4) is known color: Deluge. HEX triplet: 82, 6F and A4. RGB value is (130,111,164). Sum of RGB (Red+Green+Blue) = 130+111+164=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #826FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826FA4 is #7D905B. Grayscale: #7A7A7A. Windows color (decimal): -8228956 or 10776450. OLE color: 10776450.

HSL color Cylindrical-coordinate representation of color #826FA4: hue angle of 261.51º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #826FA4 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 111 164 -
CMYK 0.21 0.32 0 0.36
HSL 261.51º 0.23% 0.54% -
HSV(B) 261.51º 0.32% 0.64% -
XYZ 21.59 18.8 37.61 -
YUV 122.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 130 111 164 0.21 0.32 0 0.36 261.51 0.23 0.54
Hex 82 6F A4 15 20 0 24 106 17 36
Octal 202 157 244 25 40 0 44 406 27 66
Binary 10000010 1101111 10100100 10101 100000 0 100100 100000110 10111 110110

Color Harmonies of #826FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FA4

Black with #826FA4

Text Example


Text Example

White with #826FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826FA4; }

 p { color: rgb(130,111,164); }

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

background-color css

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

 a { background-color: rgb(130,111,164); }

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

border-color css

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

 span { border-color: rgb(130,111,164); }

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