Html Css Color HEX #827FA1 Deluge

📋 copy color: '#827FA1'

red 130 ◦ green 127 ◦ blue 161

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

Shades of Deluge #827FA1

Tints of Deluge #827FA1

RGB

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

 GREEN value IS 127 (50% from 255) = 30.38%

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

R = 31.1%
G = 30.38%
B = 38.52%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#827FA1 (or 0x827FA1) is known color: Deluge. HEX triplet: 82, 7F and A1. RGB value is (130,127,161). Sum of RGB (Red+Green+Blue) = 130+127+161=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 161 - color contains mainly: blue. Hex color #827FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FA1 is #7D805E. Grayscale: #838383. Windows color (decimal): -8224863 or 10583938. OLE color: 10583938.

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

Color convert

RGB 130 127 161 -
CMYK 0.19 0.21 0 0.37
HSL 245.29º 0.15% 0.56% -
HSV(B) 245.29º 0.21% 0.63% -
XYZ 23.23 22.5 36.84 -
YUV 131.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 130 127 161 0.19 0.21 0 0.37 245.29 0.15 0.56
Hex 82 7F A1 13 15 0 25 F5 F 38
Octal 202 177 241 23 25 0 45 365 17 70
Binary 10000010 1111111 10100001 10011 10101 0 100101 11110101 1111 111000

Color Harmonies of #827FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FA1

Black with #827FA1

Text Example


Text Example

White with #827FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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