Html Css Color HEX #827CA5 Deluge

📋 copy color: '#827CA5'

red 130 ◦ green 124 ◦ blue 165

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

Shades of Deluge #827CA5

Tints of Deluge #827CA5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.59%

 BLUE value IS 165 (64.84% from 255) = 39.38%

R = 31.03%
G = 29.59%
B = 39.38%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#827CA5 (or 0x827CA5) is known color: Deluge. HEX triplet: 82, 7C and A5. RGB value is (130,124,165). Sum of RGB (Red+Green+Blue) = 130+124+165=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 165 - color contains mainly: blue. Hex color #827CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827CA5 is #7D835A. Grayscale: #828282. Windows color (decimal): -8225627 or 10845314. OLE color: 10845314.

HSL color Cylindrical-coordinate representation of color #827CA5: hue angle of 248.78º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827CA5 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 124 165 -
CMYK 0.21 0.25 0 0.35
HSL 248.78º 0.19% 0.57% -
HSV(B) 248.78º 0.25% 0.65% -
XYZ 23.21 21.88 38.6 -
YUV 130.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 130 124 165 0.21 0.25 0 0.35 248.78 0.19 0.57
Hex 82 7C A5 15 19 0 23 F9 13 39
Octal 202 174 245 25 31 0 43 371 23 71
Binary 10000010 1111100 10100101 10101 11001 0 100011 11111001 10011 111001

Color Harmonies of #827CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CA5

Black with #827CA5

Text Example


Text Example

White with #827CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,124,165); }

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

background-color css

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

 a { background-color: rgb(130,124,165); }

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

border-color css

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

 span { border-color: rgb(130,124,165); }

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