Html Css Color HEX #827DD8 Moody Blue

📋 copy color: '#827DD8'

red 130 ◦ green 125 ◦ blue 216

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

Shades of Moody Blue #827DD8

Tints of Moody Blue #827DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.86%

R = 27.6%
G = 26.54%
B = 45.86%

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

#827DD8 (or 0x827DD8) is known color: Moody Blue. HEX triplet: 82, 7D and D8. RGB value is (130,125,216). Sum of RGB (Red+Green+Blue) = 130+125+216=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #827DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DD8 is #7D8227. Grayscale: #888888. Windows color (decimal): -8225320 or 14187906. OLE color: 14187906.

HSL color Cylindrical-coordinate representation of color #827DD8: hue angle of 243.3º degrees, saturation: 0.54, 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 #827DD8 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 125 216 -
CMYK 0.40 0.42 0 0.15
HSL 243.3º 0.54% 0.67% -
HSV(B) 243.3º 0.42% 0.85% -
XYZ 28.93 24.37 68.14 -
YUV 136.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 130 125 216 0.40 0.42 0 0.15 243.3 0.54 0.67
Hex 82 7D D8 28 2A 0 F F3 36 43
Octal 202 175 330 50 52 0 17 363 66 103
Binary 10000010 1111101 11011000 101000 101010 0 1111 11110011 110110 1000011

Color Harmonies of #827DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DD8

Black with #827DD8

Text Example


Text Example

White with #827DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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