Html Css Color HEX #827CCF Moody Blue

📋 copy color: '#827CCF'

red 130 ◦ green 124 ◦ blue 207

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

Shades of Moody Blue #827CCF

Tints of Moody Blue #827CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 28.2%
G = 26.9%
B = 44.9%

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

#827CCF (or 0x827CCF) is known color: Moody Blue. HEX triplet: 82, 7C and CF. RGB value is (130,124,207). Sum of RGB (Red+Green+Blue) = 130+124+207=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #827CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CCF is #7D8330. Grayscale: #868686. Windows color (decimal): -8225585 or 13597826. OLE color: 13597826.

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

Color convert

RGB 130 124 207 -
CMYK 0.37 0.40 0 0.19
HSL 244.34º 0.46% 0.65% -
HSV(B) 244.34º 0.4% 0.81% -
XYZ 27.68 23.67 62.14 -
YUV 135.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 130 124 207 0.37 0.40 0 0.19 244.34 0.46 0.65
Hex 82 7C CF 25 28 0 13 F4 2E 41
Octal 202 174 317 45 50 0 23 364 56 101
Binary 10000010 1111100 11001111 100101 101000 0 10011 11110100 101110 1000001

Color Harmonies of #827CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CCF

Black with #827CCF

Text Example


Text Example

White with #827CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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