Html Css Color HEX #826FAF Deluge

📋 copy color: '#826FAF'

red 130 ◦ green 111 ◦ blue 175

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

Shades of Deluge #826FAF

Tints of Deluge #826FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 31.25%
G = 26.68%
B = 42.07%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#826FAF (or 0x826FAF) is known color: Deluge. HEX triplet: 82, 6F and AF. RGB value is (130,111,175). Sum of RGB (Red+Green+Blue) = 130+111+175=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #826FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826FAF is #7D9050. Grayscale: #7B7B7B. Windows color (decimal): -8228945 or 11497346. OLE color: 11497346.

HSL color Cylindrical-coordinate representation of color #826FAF: hue angle of 257.81º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #826FAF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 111 175 -
CMYK 0.26 0.37 0 0.31
HSL 257.81º 0.29% 0.56% -
HSV(B) 257.81º 0.37% 0.69% -
XYZ 22.63 19.21 43.07 -
YUV 123.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 130 111 175 0.26 0.37 0 0.31 257.81 0.29 0.56
Hex 82 6F AF 1A 25 0 1F 102 1D 38
Octal 202 157 257 32 45 0 37 402 35 70
Binary 10000010 1101111 10101111 11010 100101 0 11111 100000010 11101 111000

Color Harmonies of #826FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FAF

Black with #826FAF

Text Example


Text Example

White with #826FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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