Html Css Color HEX #827AAF Deluge

📋 copy color: '#827AAF'

red 130 ◦ green 122 ◦ blue 175

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

Shades of Deluge #827AAF

Tints of Deluge #827AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 30.44%
G = 28.57%
B = 40.98%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#827AAF (or 0x827AAF) is known color: Deluge. HEX triplet: 82, 7A and AF. RGB value is (130,122,175). Sum of RGB (Red+Green+Blue) = 130+122+175=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #827AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827AAF is #7D8550. Grayscale: #828282. Windows color (decimal): -8226129 or 11500162. OLE color: 11500162.

HSL color Cylindrical-coordinate representation of color #827AAF: hue angle of 249.06º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #827AAF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 122 175 -
CMYK 0.26 0.30 0 0.31
HSL 249.06º 0.25% 0.58% -
HSV(B) 249.06º 0.3% 0.69% -
XYZ 23.9 21.76 43.5 -
YUV 130.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 130 122 175 0.26 0.30 0 0.31 249.06 0.25 0.58
Hex 82 7A AF 1A 1E 0 1F F9 19 3A
Octal 202 172 257 32 36 0 37 371 31 72
Binary 10000010 1111010 10101111 11010 11110 0 11111 11111001 11001 111010

Color Harmonies of #827AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AAF

Black with #827AAF

Text Example


Text Example

White with #827AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,122,175); }

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

background-color css

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

 a { background-color: rgb(130,122,175); }

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

border-color css

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

 span { border-color: rgb(130,122,175); }

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