Html Css Color HEX #827FA4 Deluge

📋 copy color: '#827FA4'

red 130 ◦ green 127 ◦ blue 164

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

Shades of Deluge #827FA4

Tints of Deluge #827FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.95%

R = 30.88%
G = 30.17%
B = 38.95%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#827FA4 (or 0x827FA4) is known color: Deluge. HEX triplet: 82, 7F and A4. RGB value is (130,127,164). Sum of RGB (Red+Green+Blue) = 130+127+164=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #827FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FA4 is #7D805B. Grayscale: #838383. Windows color (decimal): -8224860 or 10780546. OLE color: 10780546.

HSL color Cylindrical-coordinate representation of color #827FA4: hue angle of 244.86º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #827FA4 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 127 164 -
CMYK 0.21 0.23 0 0.36
HSL 244.86º 0.17% 0.57% -
HSV(B) 244.86º 0.23% 0.64% -
XYZ 23.5 22.6 38.25 -
YUV 132.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 130 127 164 0.21 0.23 0 0.36 244.86 0.17 0.57
Hex 82 7F A4 15 17 0 24 F5 11 39
Octal 202 177 244 25 27 0 44 365 21 71
Binary 10000010 1111111 10100100 10101 10111 0 100100 11110101 10001 111001

Color Harmonies of #827FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FA4

Black with #827FA4

Text Example


Text Example

White with #827FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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