Html Css Color HEX #827C9B Deluge

📋 copy color: '#827C9B'

red 130 ◦ green 124 ◦ blue 155

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

Shades of Deluge #827C9B

Tints of Deluge #827C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 31.78%
G = 30.32%
B = 37.9%

CMYK

 C value IS 0.16

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#827C9B (or 0x827C9B) is known color: Deluge. HEX triplet: 82, 7C and 9B. RGB value is (130,124,155). Sum of RGB (Red+Green+Blue) = 130+124+155=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #827C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827C9B is #7D8364. Grayscale: #818181. Windows color (decimal): -8225637 or 10189954. OLE color: 10189954.

HSL color Cylindrical-coordinate representation of color #827C9B: hue angle of 251.61º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827C9B is Cyan = 0.16, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 124 155 -
CMYK 0.16 0.2 0 0.39
HSL 251.61º 0.13% 0.55% -
HSV(B) 251.61º 0.2% 0.61% -
XYZ 22.33 21.53 33.99 -
YUV 129.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 130 124 155 0.16 0.2 0 0.39 251.61 0.13 0.55
Hex 82 7C 9B 10 14 0 27 FC D 37
Octal 202 174 233 20 24 0 47 374 15 67
Binary 10000010 1111100 10011011 10000 10100 0 100111 11111100 1101 110111

Color Harmonies of #827C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C9B

Black with #827C9B

Text Example


Text Example

White with #827C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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