Html Css Color HEX #827DAB Deluge

📋 copy color: '#827DAB'

red 130 ◦ green 125 ◦ blue 171

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

Shades of Deluge #827DAB

Tints of Deluge #827DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 30.52%
G = 29.34%
B = 40.14%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#827DAB (or 0x827DAB) is known color: Deluge. HEX triplet: 82, 7D and AB. RGB value is (130,125,171). Sum of RGB (Red+Green+Blue) = 130+125+171=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #827DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827DAB is #7D8254. Grayscale: #838383. Windows color (decimal): -8225365 or 11238786. OLE color: 11238786.

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

Color convert

RGB 130 125 171 -
CMYK 0.24 0.27 0 0.33
HSL 246.52º 0.21% 0.58% -
HSV(B) 246.52º 0.27% 0.67% -
XYZ 23.89 22.35 41.58 -
YUV 131.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 130 125 171 0.24 0.27 0 0.33 246.52 0.21 0.58
Hex 82 7D AB 18 1B 0 21 F7 15 3A
Octal 202 175 253 30 33 0 41 367 25 72
Binary 10000010 1111101 10101011 11000 11011 0 100001 11110111 10101 111010

Color Harmonies of #827DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DAB

Black with #827DAB

Text Example


Text Example

White with #827DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,125,171); }

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

background-color css

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

 a { background-color: rgb(130,125,171); }

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

border-color css

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

 span { border-color: rgb(130,125,171); }

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