Html Css Color HEX #827AD8 Moody Blue

📋 copy color: '#827AD8'

red 130 ◦ green 122 ◦ blue 216

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

Shades of Moody Blue #827AD8

Tints of Moody Blue #827AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 27.78%
G = 26.07%
B = 46.15%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#827AD8 (or 0x827AD8) is known color: Moody Blue. HEX triplet: 82, 7A and D8. RGB value is (130,122,216). Sum of RGB (Red+Green+Blue) = 130+122+216=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #827AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AD8 is #7D8527. Grayscale: #868686. Windows color (decimal): -8226088 or 14187138. OLE color: 14187138.

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

Color convert

RGB 130 122 216 -
CMYK 0.40 0.44 0 0.15
HSL 245.11º 0.55% 0.66% -
HSV(B) 245.11º 0.44% 0.85% -
XYZ 28.56 23.62 68.02 -
YUV 135.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 130 122 216 0.40 0.44 0 0.15 245.11 0.55 0.66
Hex 82 7A D8 28 2C 0 F F5 37 42
Octal 202 172 330 50 54 0 17 365 67 102
Binary 10000010 1111010 11011000 101000 101100 0 1111 11110101 110111 1000010

Color Harmonies of #827AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AD8

Black with #827AD8

Text Example


Text Example

White with #827AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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