#826FBC

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

Shades of Moody Blue #826FBC

Tints of Moody Blue #826FBC

Color information

#826FBC (or 0x826FBC) is unknown color: approx Moody Blue. HEX triplet: 82, 6F and BC. RGB value is (130,111,188). Sum of RGB (Red+Green+Blue) = 130+111+188=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #826FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FBC is #7D9043. Grayscale: #7D7D7D. Windows color (decimal): -8228932 or 12349314. OLE color: 12349314.

HSL color Cylindrical-coordinate representation of color #826FBC: hue angle of 254.81º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #826FBC is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130111188-
CMYK0.310.4100.26
HSL254.81º36.49%58.63%-
HSV(B)254.81º40.96%73.73%-
XYZ23.9719.7550.13-
YUV125.46163.29131.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=30.30%
G=25.87%
B=43.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301111880.310.4100.26254.8136.4958.63
Hex826FBC1F2901Aff243b
Octal20215727437510323774473
Binary100000101101111101111001111110100101101011111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826FBC; }

 p { color: rgb(130,111,188); }

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

<style>
 a { background-color: #826FBC; }

 a { background-color: rgb(130,111,188); }

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

<style>
 span { border-color: #826FBC; }

 span { border-color: rgb(130,111,188); }

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