Html Css Color HEX #827EDA Moody Blue

📋 copy color: '#827EDA'

red 130 ◦ green 126 ◦ blue 218

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

Shades of Moody Blue #827EDA

Tints of Moody Blue #827EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 27.43%
G = 26.58%
B = 45.99%

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

#827EDA (or 0x827EDA) is known color: Moody Blue. HEX triplet: 82, 7E and DA. RGB value is (130,126,218). Sum of RGB (Red+Green+Blue) = 130+126+218=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #827EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EDA is #7D8125. Grayscale: #898989. Windows color (decimal): -8225062 or 14319234. OLE color: 14319234.

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

Color convert

RGB 130 126 218 -
CMYK 0.40 0.42 0 0.15
HSL 242.61º 0.55% 0.67% -
HSV(B) 242.61º 0.42% 0.85% -
XYZ 29.32 24.73 69.56 -
YUV 137.68 173.33 122.52 -
System Red Green Blue C M Y K H S L
Decimal 130 126 218 0.40 0.42 0 0.15 242.61 0.55 0.67
Hex 82 7E DA 28 2A 0 F F3 37 43
Octal 202 176 332 50 52 0 17 363 67 103
Binary 10000010 1111110 11011010 101000 101010 0 1111 11110011 110111 1000011

Color Harmonies of #827EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EDA

Black with #827EDA

Text Example


Text Example

White with #827EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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