Html Css Color HEX #827CA0 Deluge

📋 copy color: '#827CA0'

red 130 ◦ green 124 ◦ blue 160

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

Shades of Deluge #827CA0

Tints of Deluge #827CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

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

R = 31.4%
G = 29.95%
B = 38.65%

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

#827CA0 (or 0x827CA0) is known color: Deluge. HEX triplet: 82, 7C and A0. RGB value is (130,124,160). Sum of RGB (Red+Green+Blue) = 130+124+160=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 160 - color contains mainly: blue. Hex color #827CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827CA0 is #7D835F. Grayscale: #818181. Windows color (decimal): -8225632 or 10517634. OLE color: 10517634.

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

Color convert

RGB 130 124 160 -
CMYK 0.19 0.22 0 0.37
HSL 250º 0.16% 0.56% -
HSV(B) 250º 0.23% 0.63% -
XYZ 22.76 21.7 36.25 -
YUV 129.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 130 124 160 0.19 0.22 0 0.37 250 0.16 0.56
Hex 82 7C A0 13 16 0 25 FA 10 38
Octal 202 174 240 23 26 0 45 372 20 70
Binary 10000010 1111100 10100000 10011 10110 0 100101 11111010 10000 111000

Color Harmonies of #827CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CA0

Black with #827CA0

Text Example


Text Example

White with #827CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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