#827BDF

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

Shades of Moody Blue #827BDF

Tints of Moody Blue #827BDF

Color information

#827BDF (or 0x827BDF) is unknown color: approx Moody Blue. HEX triplet: 82, 7B and DF. RGB value is (130,123,223). Sum of RGB (Red+Green+Blue) = 130+123+223=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #827BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BDF is #7D8420. Grayscale: #888888. Windows color (decimal): -8225825 or 14646146. OLE color: 14646146.

HSL color Cylindrical-coordinate representation of color #827BDF: hue angle of 244.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #827BDF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130123223-
CMYK0.420.4500.13
HSL244.2º60.98%67.84%-
HSV(B)244.2º44.84%87.45%-
XYZ29.6124.2472.93-
YUV136.49176.82123.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 223 (87.5% from 255) = 46.85%
R=27.31%
G=25.84%
B=46.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301232230.420.4500.13244.260.9867.84
Hex827BDF2A2D0Df43d44
Octal202173337525501536475104
Binary1000001011110111101111110101010110101101111101001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,123,223); }

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

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

 a { background-color: rgb(130,123,223); }

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

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

 span { border-color: rgb(130,123,223); }

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