#827BBB

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

Shades of Moody Blue #827BBB

Tints of Moody Blue #827BBB

Color information

#827BBB (or 0x827BBB) is unknown color: approx Moody Blue. HEX triplet: 82, 7B and BB. RGB value is (130,123,187). Sum of RGB (Red+Green+Blue) = 130+123+187=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #827BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BBB is #7D8444. Grayscale: #848484. Windows color (decimal): -8225861 or 12286850. OLE color: 12286850.

HSL color Cylindrical-coordinate representation of color #827BBB: hue angle of 246.56º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827BBB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130123187-
CMYK0.300.3400.27
HSL246.56º32%60.78%-
HSV(B)246.56º34.22%73.33%-
XYZ25.2622.550.03-
YUV132.39158.82126.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=29.55%
G=27.95%
B=42.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301231870.300.3400.27246.563260.78
Hex827BBB1E2201Bf7203d
Octal20217327336420333674075
Binary100000101111011101110111111010001001101111110111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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