Html Css Color HEX #827FA8 Deluge

📋 copy color: '#827FA8'

red 130 ◦ green 127 ◦ blue 168

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

Shades of Deluge #827FA8

Tints of Deluge #827FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.53%

R = 30.59%
G = 29.88%
B = 39.53%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#827FA8 (or 0x827FA8) is known color: Deluge. HEX triplet: 82, 7F and A8. RGB value is (130,127,168). Sum of RGB (Red+Green+Blue) = 130+127+168=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 168 - color contains mainly: blue. Hex color #827FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FA8 is #7D8057. Grayscale: #848484. Windows color (decimal): -8224856 or 11042690. OLE color: 11042690.

HSL color Cylindrical-coordinate representation of color #827FA8: hue angle of 244.39º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #827FA8 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 127 168 -
CMYK 0.23 0.24 0 0.34
HSL 244.39º 0.19% 0.58% -
HSV(B) 244.39º 0.24% 0.66% -
XYZ 23.86 22.75 40.18 -
YUV 132.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 130 127 168 0.23 0.24 0 0.34 244.39 0.19 0.58
Hex 82 7F A8 17 18 0 22 F4 13 3A
Octal 202 177 250 27 30 0 42 364 23 72
Binary 10000010 1111111 10101000 10111 11000 0 100010 11110100 10011 111010

Color Harmonies of #827FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FA8

Black with #827FA8

Text Example


Text Example

White with #827FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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