Html Css Color HEX #827CCE Moody Blue

📋 copy color: '#827CCE'

red 130 ◦ green 124 ◦ blue 206

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

Shades of Moody Blue #827CCE

Tints of Moody Blue #827CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 28.26%
G = 26.96%
B = 44.78%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#827CCE (or 0x827CCE) is known color: Moody Blue. HEX triplet: 82, 7C and CE. RGB value is (130,124,206). Sum of RGB (Red+Green+Blue) = 130+124+206=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #827CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CCE is #7D8331. Grayscale: #868686. Windows color (decimal): -8225586 or 13532290. OLE color: 13532290.

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

Color convert

RGB 130 124 206 -
CMYK 0.37 0.40 0 0.19
HSL 244.39º 0.46% 0.65% -
HSV(B) 244.39º 0.4% 0.81% -
XYZ 27.55 23.62 61.5 -
YUV 135.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 130 124 206 0.37 0.40 0 0.19 244.39 0.46 0.65
Hex 82 7C CE 25 28 0 13 F4 2E 41
Octal 202 174 316 45 50 0 23 364 56 101
Binary 10000010 1111100 11001110 100101 101000 0 10011 11110100 101110 1000001

Color Harmonies of #827CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CCE

Black with #827CCE

Text Example


Text Example

White with #827CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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