Html Css Color HEX #827BAE Deluge

📋 copy color: '#827BAE'

red 130 ◦ green 123 ◦ blue 174

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

Shades of Deluge #827BAE

Tints of Deluge #827BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 30.44%
G = 28.81%
B = 40.75%

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

#827BAE (or 0x827BAE) is known color: Deluge. HEX triplet: 82, 7B and AE. RGB value is (130,123,174). Sum of RGB (Red+Green+Blue) = 130+123+174=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #827BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827BAE is #7D8451. Grayscale: #828282. Windows color (decimal): -8225874 or 11434882. OLE color: 11434882.

HSL color Cylindrical-coordinate representation of color #827BAE: hue angle of 248.24º degrees, saturation: 0.24, 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 #827BAE is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 123 174 -
CMYK 0.25 0.29 0 0.32
HSL 248.24º 0.24% 0.58% -
HSV(B) 248.24º 0.29% 0.68% -
XYZ 23.93 21.97 43.02 -
YUV 130.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 130 123 174 0.25 0.29 0 0.32 248.24 0.24 0.58
Hex 82 7B AE 19 1D 0 20 F8 18 3A
Octal 202 173 256 31 35 0 40 370 30 72
Binary 10000010 1111011 10101110 11001 11101 0 100000 11111000 11000 111010

Color Harmonies of #827BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BAE

Black with #827BAE

Text Example


Text Example

White with #827BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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