Html Css Color HEX #827CD3 Moody Blue

📋 copy color: '#827CD3'

red 130 ◦ green 124 ◦ blue 211

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

Shades of Moody Blue #827CD3

Tints of Moody Blue #827CD3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

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

R = 27.96%
G = 26.67%
B = 45.38%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#827CD3 (or 0x827CD3) is known color: Moody Blue. HEX triplet: 82, 7C and D3. RGB value is (130,124,211). Sum of RGB (Red+Green+Blue) = 130+124+211=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #827CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CD3 is #7D832C. Grayscale: #878787. Windows color (decimal): -8225581 or 13859970. OLE color: 13859970.

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

Color convert

RGB 130 124 211 -
CMYK 0.38 0.41 0 0.17
HSL 244.14º 0.5% 0.66% -
HSV(B) 244.14º 0.41% 0.83% -
XYZ 28.17 23.86 64.75 -
YUV 135.71 170.49 123.93 -
System Red Green Blue C M Y K H S L
Decimal 130 124 211 0.38 0.41 0 0.17 244.14 0.5 0.66
Hex 82 7C D3 26 29 0 11 F4 32 42
Octal 202 174 323 46 51 0 21 364 62 102
Binary 10000010 1111100 11010011 100110 101001 0 10001 11110100 110010 1000010

Color Harmonies of #827CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CD3

Black with #827CD3

Text Example


Text Example

White with #827CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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