Html Css Color HEX #827FA0 Deluge

📋 copy color: '#827FA0'

red 130 ◦ green 127 ◦ blue 160

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

Shades of Deluge #827FA0

Tints of Deluge #827FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 31.18%
G = 30.46%
B = 38.37%

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

#827FA0 (or 0x827FA0) is known color: Deluge. HEX triplet: 82, 7F and A0. RGB value is (130,127,160). Sum of RGB (Red+Green+Blue) = 130+127+160=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #827FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FA0 is #7D805F. Grayscale: #838383. Windows color (decimal): -8224864 or 10518402. OLE color: 10518402.

HSL color Cylindrical-coordinate representation of color #827FA0: hue angle of 245.45º 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 #827FA0 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 127 160 -
CMYK 0.19 0.21 0 0.37
HSL 245.45º 0.15% 0.56% -
HSV(B) 245.45º 0.21% 0.63% -
XYZ 23.14 22.46 36.37 -
YUV 131.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 130 127 160 0.19 0.21 0 0.37 245.45 0.15 0.56
Hex 82 7F A0 13 15 0 25 F5 F 38
Octal 202 177 240 23 25 0 45 365 17 70
Binary 10000010 1111111 10100000 10011 10101 0 100101 11110101 1111 111000

Color Harmonies of #827FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FA0

Black with #827FA0

Text Example


Text Example

White with #827FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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