#827BBA

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

Shades of Moody Blue #827BBA

Tints of Moody Blue #827BBA

Color information

#827BBA (or 0x827BBA) is unknown color: approx Moody Blue. HEX triplet: 82, 7B and BA. RGB value is (130,123,186). Sum of RGB (Red+Green+Blue) = 130+123+186=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #827BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BBA is #7D8445. Grayscale: #848484. Windows color (decimal): -8225862 or 12221314. OLE color: 12221314.

HSL color Cylindrical-coordinate representation of color #827BBA: hue angle of 246.67º degrees, saturation: 0.31, 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 #827BBA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130123186-
CMYK0.300.3400.27
HSL246.67º31.34%60.59%-
HSV(B)246.67º33.87%72.94%-
XYZ25.1522.4649.46-
YUV132.28158.32126.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.61%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=29.61%
G=28.02%
B=42.37%

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
Decimal1301231860.300.3400.27246.6731.3460.59
Hex827BBA1E2201Bf71f3d
Octal20217327236420333673775
Binary10000010111101110111010111101000100110111111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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