Html Css Color HEX #827FAC Deluge

📋 copy color: '#827FAC'

red 130 ◦ green 127 ◦ blue 172

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

Shades of Deluge #827FAC

Tints of Deluge #827FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 30.3%
G = 29.6%
B = 40.09%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#827FAC (or 0x827FAC) is known color: Deluge. HEX triplet: 82, 7F and AC. RGB value is (130,127,172). Sum of RGB (Red+Green+Blue) = 130+127+172=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #827FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FAC is #7D8053. Grayscale: #848484. Windows color (decimal): -8224852 or 11304834. OLE color: 11304834.

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

Color convert

RGB 130 127 172 -
CMYK 0.24 0.26 0 0.33
HSL 244º 0.21% 0.59% -
HSV(B) 244º 0.26% 0.67% -
XYZ 24.24 22.9 42.17 -
YUV 133.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 130 127 172 0.24 0.26 0 0.33 244 0.21 0.59
Hex 82 7F AC 18 1A 0 21 F4 15 3B
Octal 202 177 254 30 32 0 41 364 25 73
Binary 10000010 1111111 10101100 11000 11010 0 100001 11110100 10101 111011

Color Harmonies of #827FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FAC

Black with #827FAC

Text Example


Text Example

White with #827FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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