Html Css Color HEX #827EA0 Deluge

📋 copy color: '#827EA0'

red 130 ◦ green 126 ◦ blue 160

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

Shades of Deluge #827EA0

Tints of Deluge #827EA0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.29%

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

R = 31.25%
G = 30.29%
B = 38.46%

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

#827EA0 (or 0x827EA0) is known color: Deluge. HEX triplet: 82, 7E and A0. RGB value is (130,126,160). Sum of RGB (Red+Green+Blue) = 130+126+160=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #827EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827EA0 is #7D815F. Grayscale: #828282. Windows color (decimal): -8225120 or 10518146. OLE color: 10518146.

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

Color convert

RGB 130 126 160 -
CMYK 0.19 0.21 0 0.37
HSL 247.06º 0.15% 0.56% -
HSV(B) 247.06º 0.21% 0.63% -
XYZ 23.01 22.21 36.33 -
YUV 131.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 130 126 160 0.19 0.21 0 0.37 247.06 0.15 0.56
Hex 82 7E A0 13 15 0 25 F7 F 38
Octal 202 176 240 23 25 0 45 367 17 70
Binary 10000010 1111110 10100000 10011 10101 0 100101 11110111 1111 111000

Color Harmonies of #827EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EA0

Black with #827EA0

Text Example


Text Example

White with #827EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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