Html Css Color HEX #827EAB Deluge

📋 copy color: '#827EAB'

red 130 ◦ green 126 ◦ blue 171

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

Shades of Deluge #827EAB

Tints of Deluge #827EAB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.51%

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

R = 30.44%
G = 29.51%
B = 40.05%

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

#827EAB (or 0x827EAB) is known color: Deluge. HEX triplet: 82, 7E and AB. RGB value is (130,126,171). Sum of RGB (Red+Green+Blue) = 130+126+171=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #827EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827EAB is #7D8154. Grayscale: #848484. Windows color (decimal): -8225109 or 11239042. OLE color: 11239042.

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

Color convert

RGB 130 126 171 -
CMYK 0.24 0.26 0 0.33
HSL 245.33º 0.21% 0.58% -
HSV(B) 245.33º 0.26% 0.67% -
XYZ 24.02 22.61 41.63 -
YUV 132.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 130 126 171 0.24 0.26 0 0.33 245.33 0.21 0.58
Hex 82 7E AB 18 1A 0 21 F5 15 3A
Octal 202 176 253 30 32 0 41 365 25 72
Binary 10000010 1111110 10101011 11000 11010 0 100001 11110101 10101 111010

Color Harmonies of #827EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EAB

Black with #827EAB

Text Example


Text Example

White with #827EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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