Html Css Color HEX #827EA3 Deluge

📋 copy color: '#827EA3'

red 130 ◦ green 126 ◦ blue 163

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

Shades of Deluge #827EA3

Tints of Deluge #827EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.9%

R = 31.03%
G = 30.07%
B = 38.9%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#827EA3 (or 0x827EA3) is known color: Deluge. HEX triplet: 82, 7E and A3. RGB value is (130,126,163). Sum of RGB (Red+Green+Blue) = 130+126+163=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 163 - color contains mainly: blue. Hex color #827EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827EA3 is #7D815C. Grayscale: #838383. Windows color (decimal): -8225117 or 10714754. OLE color: 10714754.

HSL color Cylindrical-coordinate representation of color #827EA3: hue angle of 246.49º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #827EA3 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 126 163 -
CMYK 0.20 0.23 0 0.36
HSL 246.49º 0.17% 0.57% -
HSV(B) 246.49º 0.23% 0.64% -
XYZ 23.28 22.31 37.73 -
YUV 131.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 130 126 163 0.20 0.23 0 0.36 246.49 0.17 0.57
Hex 82 7E A3 14 17 0 24 F6 11 39
Octal 202 176 243 24 27 0 44 366 21 71
Binary 10000010 1111110 10100011 10100 10111 0 100100 11110110 10001 111001

Color Harmonies of #827EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EA3

Black with #827EA3

Text Example


Text Example

White with #827EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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