Html Css Color HEX #827CCD Moody Blue

📋 copy color: '#827CCD'

red 130 ◦ green 124 ◦ blue 205

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

Shades of Moody Blue #827CCD

Tints of Moody Blue #827CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 28.32%
G = 27.02%
B = 44.66%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#827CCD (or 0x827CCD) is known color: Moody Blue. HEX triplet: 82, 7C and CD. RGB value is (130,124,205). Sum of RGB (Red+Green+Blue) = 130+124+205=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #827CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CCD is #7D8332. Grayscale: #868686. Windows color (decimal): -8225587 or 13466754. OLE color: 13466754.

HSL color Cylindrical-coordinate representation of color #827CCD: hue angle of 244.44º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827CCD is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 124 205 -
CMYK 0.37 0.40 0 0.20
HSL 244.44º 0.45% 0.65% -
HSV(B) 244.44º 0.4% 0.8% -
XYZ 27.43 23.57 60.86 -
YUV 135.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 130 124 205 0.37 0.40 0 0.20 244.44 0.45 0.65
Hex 82 7C CD 25 28 0 14 F4 2D 41
Octal 202 174 315 45 50 0 24 364 55 101
Binary 10000010 1111100 11001101 100101 101000 0 10100 11110100 101101 1000001

Color Harmonies of #827CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CCD

Black with #827CCD

Text Example


Text Example

White with #827CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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