#827FCE

Color #827FCE Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #827FCE

Tints of Moody Blue #827FCE

Color information

#827FCE (or 0x827FCE) is unknown color: approx Moody Blue. HEX triplet: 82, 7F and CE. RGB value is (130,127,206). Sum of RGB (Red+Green+Blue) = 130+127+206=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #827FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FCE is #7D8031. Grayscale: #888888. Windows color (decimal): -8224818 or 13533058. OLE color: 13533058.

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

Color convert

RGB130127206-
CMYK0.370.3800.19
HSL242.28º44.63%65.29%-
HSV(B)242.28º38.35%80.78%-
XYZ27.9424.3861.63-
YUV136.9166.99123.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.08%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=28.08%
G=27.43%
B=44.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301272060.370.3800.19242.2844.6365.29
Hex827FCE2526013f22d41
Octal202177316454602336255101
Binary10000010111111111001110100101100110010011111100101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #827FCE;
 }
 .AnyTagClassName
 {
   color: #827FCE;
 }
</style>
background-color css

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

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

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

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

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

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