Html Css Color HEX #827DAF Deluge

📋 copy color: '#827DAF'

red 130 ◦ green 125 ◦ blue 175

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

Shades of Deluge #827DAF

Tints of Deluge #827DAF

RGB

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

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

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

R = 30.23%
G = 29.07%
B = 40.7%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#827DAF (or 0x827DAF) is known color: Deluge. HEX triplet: 82, 7D and AF. RGB value is (130,125,175). Sum of RGB (Red+Green+Blue) = 130+125+175=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #827DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827DAF is #7D8250. Grayscale: #848484. Windows color (decimal): -8225361 or 11500930. OLE color: 11500930.

HSL color Cylindrical-coordinate representation of color #827DAF: hue angle of 246º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #827DAF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 125 175 -
CMYK 0.26 0.29 0 0.31
HSL 246º 0.24% 0.59% -
HSV(B) 246º 0.29% 0.69% -
XYZ 24.28 22.51 43.62 -
YUV 132.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 130 125 175 0.26 0.29 0 0.31 246 0.24 0.59
Hex 82 7D AF 1A 1D 0 1F F6 18 3B
Octal 202 175 257 32 35 0 37 366 30 73
Binary 10000010 1111101 10101111 11010 11101 0 11111 11110110 11000 111011

Color Harmonies of #827DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DAF

Black with #827DAF

Text Example


Text Example

White with #827DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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