Html Css Color HEX #827ED8 Moody Blue

📋 copy color: '#827ED8'

red 130 ◦ green 126 ◦ blue 216

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

Shades of Moody Blue #827ED8

Tints of Moody Blue #827ED8

RGB

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

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

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

R = 27.54%
G = 26.69%
B = 45.76%

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

#827ED8 (or 0x827ED8) is known color: Moody Blue. HEX triplet: 82, 7E and D8. RGB value is (130,126,216). Sum of RGB (Red+Green+Blue) = 130+126+216=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #827ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ED8 is #7D8127. Grayscale: #898989. Windows color (decimal): -8225064 or 14188162. OLE color: 14188162.

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

Color convert

RGB 130 126 216 -
CMYK 0.40 0.42 0 0.15
HSL 242.67º 0.54% 0.67% -
HSV(B) 242.67º 0.42% 0.85% -
XYZ 29.06 24.63 68.19 -
YUV 137.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 130 126 216 0.40 0.42 0 0.15 242.67 0.54 0.67
Hex 82 7E D8 28 2A 0 F F3 36 43
Octal 202 176 330 50 52 0 17 363 66 103
Binary 10000010 1111110 11011000 101000 101010 0 1111 11110011 110110 1000011

Color Harmonies of #827ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827ED8

Black with #827ED8

Text Example


Text Example

White with #827ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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