Html Css Color HEX #827CAA Deluge

📋 copy color: '#827CAA'

red 130 ◦ green 124 ◦ blue 170

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

Shades of Deluge #827CAA

Tints of Deluge #827CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 30.66%
G = 29.25%
B = 40.09%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#827CAA (or 0x827CAA) is known color: Deluge. HEX triplet: 82, 7C and AA. RGB value is (130,124,170). Sum of RGB (Red+Green+Blue) = 130+124+170=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #827CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827CAA is #7D8355. Grayscale: #828282. Windows color (decimal): -8225622 or 11172994. OLE color: 11172994.

HSL color Cylindrical-coordinate representation of color #827CAA: hue angle of 247.83º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #827CAA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 124 170 -
CMYK 0.24 0.27 0 0.33
HSL 247.83º 0.21% 0.58% -
HSV(B) 247.83º 0.27% 0.67% -
XYZ 23.67 22.06 41.04 -
YUV 131.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 130 124 170 0.24 0.27 0 0.33 247.83 0.21 0.58
Hex 82 7C AA 18 1B 0 21 F8 15 3A
Octal 202 174 252 30 33 0 41 370 25 72
Binary 10000010 1111100 10101010 11000 11011 0 100001 11111000 10101 111010

Color Harmonies of #827CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CAA

Black with #827CAA

Text Example


Text Example

White with #827CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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