Html Css Color HEX #827DA1 Deluge

📋 copy color: '#827DA1'

red 130 ◦ green 125 ◦ blue 161

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

Shades of Deluge #827DA1

Tints of Deluge #827DA1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.05%

 BLUE value IS 161 (63.28% from 255) = 38.7%

R = 31.25%
G = 30.05%
B = 38.7%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#827DA1 (or 0x827DA1) is known color: Deluge. HEX triplet: 82, 7D and A1. RGB value is (130,125,161). Sum of RGB (Red+Green+Blue) = 130+125+161=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 161 - color contains mainly: blue. Hex color #827DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827DA1 is #7D825E. Grayscale: #828282. Windows color (decimal): -8225375 or 10583426. OLE color: 10583426.

HSL color Cylindrical-coordinate representation of color #827DA1: hue angle of 248.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827DA1 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 125 161 -
CMYK 0.19 0.22 0 0.37
HSL 248.33º 0.16% 0.56% -
HSV(B) 248.33º 0.22% 0.63% -
XYZ 22.97 21.99 36.75 -
YUV 130.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 130 125 161 0.19 0.22 0 0.37 248.33 0.16 0.56
Hex 82 7D A1 13 16 0 25 F8 10 38
Octal 202 175 241 23 26 0 45 370 20 70
Binary 10000010 1111101 10100001 10011 10110 0 100101 11111000 10000 111000

Color Harmonies of #827DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DA1

Black with #827DA1

Text Example


Text Example

White with #827DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,125,161); }

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

background-color css

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

 a { background-color: rgb(130,125,161); }

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

border-color css

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

 span { border-color: rgb(130,125,161); }

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