#827BCB

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

Shades of Moody Blue #827BCB

Tints of Moody Blue #827BCB

Color information

#827BCB (or 0x827BCB) is unknown color: approx Moody Blue. HEX triplet: 82, 7B and CB. RGB value is (130,123,203). Sum of RGB (Red+Green+Blue) = 130+123+203=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #827BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BCB is #7D8434. Grayscale: #858585. Windows color (decimal): -8225845 or 13335426. OLE color: 13335426.

HSL color Cylindrical-coordinate representation of color #827BCB: hue angle of 245.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827BCB is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130123203-
CMYK0.360.3900.20
HSL245.25º43.48%63.92%-
HSV(B)245.25º39.41%79.61%-
XYZ27.0723.2259.56-
YUV134.21166.82125-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.51%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 203 (79.69% from 255) = 44.52%
R=28.51%
G=26.97%
B=44.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301232030.360.3900.20245.2543.4863.92
Hex827BCB2427014f52b40
Octal202173313444702436553100
Binary10000010111101111001011100100100111010100111101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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