Html Css Color HEX #827DD9 Moody Blue

📋 copy color: '#827DD9'

red 130 ◦ green 125 ◦ blue 217

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

Shades of Moody Blue #827DD9

Tints of Moody Blue #827DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.97%

R = 27.54%
G = 26.48%
B = 45.97%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#827DD9 (or 0x827DD9) is known color: Moody Blue. HEX triplet: 82, 7D and D9. RGB value is (130,125,217). Sum of RGB (Red+Green+Blue) = 130+125+217=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #827DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DD9 is #7D8226. Grayscale: #888888. Windows color (decimal): -8225319 or 14253442. OLE color: 14253442.

HSL color Cylindrical-coordinate representation of color #827DD9: hue angle of 243.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #827DD9 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 125 217 -
CMYK 0.40 0.42 0 0.15
HSL 243.26º 0.55% 0.67% -
HSV(B) 243.26º 0.42% 0.85% -
XYZ 29.06 24.42 68.83 -
YUV 136.98 173.16 123.02 -
System Red Green Blue C M Y K H S L
Decimal 130 125 217 0.40 0.42 0 0.15 243.26 0.55 0.67
Hex 82 7D D9 28 2A 0 F F3 37 43
Octal 202 175 331 50 52 0 17 363 67 103
Binary 10000010 1111101 11011001 101000 101010 0 1111 11110011 110111 1000011

Color Harmonies of #827DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DD9

Black with #827DD9

Text Example


Text Example

White with #827DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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