#826BCB

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

Shades of Moody Blue #826BCB

Tints of Moody Blue #826BCB

Color information

#826BCB (or 0x826BCB) is unknown color: approx Moody Blue. HEX triplet: 82, 6B and CB. RGB value is (130,107,203). Sum of RGB (Red+Green+Blue) = 130+107+203=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #826BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BCB is #7D9434. Grayscale: #7C7C7C. Windows color (decimal): -8229941 or 13331330. OLE color: 13331330.

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

Color convert

RGB130107203-
CMYK0.360.4700.20
HSL254.38º48%60.78%-
HSV(B)254.38º47.29%79.61%-
XYZ25.2419.5758.95-
YUV124.82172.12131.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=29.55%
G=24.32%
B=46.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301072030.360.4700.20254.384860.78
Hex826BCB242F014fe303d
Octal20215331344570243766075
Binary1000001011010111100101110010010111101010011111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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