Html Css Color HEX #827BAD Deluge

📋 copy color: '#827BAD'

red 130 ◦ green 123 ◦ blue 173

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

Shades of Deluge #827BAD

Tints of Deluge #827BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.87%

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 30.52%
G = 28.87%
B = 40.61%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#827BAD (or 0x827BAD) is known color: Deluge. HEX triplet: 82, 7B and AD. RGB value is (130,123,173). Sum of RGB (Red+Green+Blue) = 130+123+173=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #827BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827BAD is #7D8452. Grayscale: #828282. Windows color (decimal): -8225875 or 11369346. OLE color: 11369346.

HSL color Cylindrical-coordinate representation of color #827BAD: hue angle of 248.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #827BAD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 123 173 -
CMYK 0.25 0.29 0 0.32
HSL 248.4º 0.23% 0.58% -
HSV(B) 248.4º 0.29% 0.68% -
XYZ 23.83 21.93 42.51 -
YUV 130.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 130 123 173 0.25 0.29 0 0.32 248.4 0.23 0.58
Hex 82 7B AD 19 1D 0 20 F8 17 3A
Octal 202 173 255 31 35 0 40 370 27 72
Binary 10000010 1111011 10101101 11001 11101 0 100000 11111000 10111 111010

Color Harmonies of #827BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BAD

Black with #827BAD

Text Example


Text Example

White with #827BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,123,173); }

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

background-color css

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

 a { background-color: rgb(130,123,173); }

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

border-color css

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

 span { border-color: rgb(130,123,173); }

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