Html Css Color HEX #827F9F Deluge

📋 copy color: '#827F9F'

red 130 ◦ green 127 ◦ blue 159

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

Shades of Deluge #827F9F

Tints of Deluge #827F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.22%

R = 31.25%
G = 30.53%
B = 38.22%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#827F9F (or 0x827F9F) is known color: Deluge. HEX triplet: 82, 7F and 9F. RGB value is (130,127,159). Sum of RGB (Red+Green+Blue) = 130+127+159=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #827F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F9F is #7D8060. Grayscale: #838383. Windows color (decimal): -8224865 or 10452866. OLE color: 10452866.

HSL color Cylindrical-coordinate representation of color #827F9F: hue angle of 245.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827F9F is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 127 159 -
CMYK 0.18 0.20 0 0.38
HSL 245.63º 0.14% 0.56% -
HSV(B) 245.63º 0.2% 0.62% -
XYZ 23.05 22.43 35.91 -
YUV 131.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 130 127 159 0.18 0.20 0 0.38 245.63 0.14 0.56
Hex 82 7F 9F 12 14 0 26 F6 E 38
Octal 202 177 237 22 24 0 46 366 16 70
Binary 10000010 1111111 10011111 10010 10100 0 100110 11110110 1110 111000

Color Harmonies of #827F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F9F

Black with #827F9F

Text Example


Text Example

White with #827F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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