Html Css Color HEX #827ED3 Moody Blue

📋 copy color: '#827ED3'

red 130 ◦ green 126 ◦ blue 211

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

Shades of Moody Blue #827ED3

Tints of Moody Blue #827ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 27.84%
G = 26.98%
B = 45.18%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#827ED3 (or 0x827ED3) is known color: Moody Blue. HEX triplet: 82, 7E and D3. RGB value is (130,126,211). Sum of RGB (Red+Green+Blue) = 130+126+211=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #827ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ED3 is #7D812C. Grayscale: #888888. Windows color (decimal): -8225069 or 13860482. OLE color: 13860482.

HSL color Cylindrical-coordinate representation of color #827ED3: hue angle of 242.82º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827ED3 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 126 211 -
CMYK 0.38 0.40 0 0.17
HSL 242.82º 0.49% 0.66% -
HSV(B) 242.82º 0.4% 0.83% -
XYZ 28.42 24.37 64.83 -
YUV 136.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 130 126 211 0.38 0.40 0 0.17 242.82 0.49 0.66
Hex 82 7E D3 26 28 0 11 F3 31 42
Octal 202 176 323 46 50 0 21 363 61 102
Binary 10000010 1111110 11010011 100110 101000 0 10001 11110011 110001 1000010

Color Harmonies of #827ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827ED3

Black with #827ED3

Text Example


Text Example

White with #827ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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