#826FBE

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

Shades of Moody Blue #826FBE

Tints of Moody Blue #826FBE

Color information

#826FBE (or 0x826FBE) is unknown color: approx Moody Blue. HEX triplet: 82, 6F and BE. RGB value is (130,111,190). Sum of RGB (Red+Green+Blue) = 130+111+190=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #826FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FBE is #7D9041. Grayscale: #7D7D7D. Windows color (decimal): -8228930 or 12480386. OLE color: 12480386.

HSL color Cylindrical-coordinate representation of color #826FBE: hue angle of 254.43º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #826FBE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130111190-
CMYK0.320.4200.25
HSL254.43º37.8%59.02%-
HSV(B)254.43º41.58%74.51%-
XYZ24.1819.8351.27-
YUV125.69164.29131.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=30.16%
G=25.75%
B=44.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301111900.320.4200.25254.4337.859.02
Hex826FBE202A019fe263b
Octal20215727640520313764673
Binary1000001011011111011111010000010101001100111111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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