#8278CB

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

Shades of Moody Blue #8278CB

Tints of Moody Blue #8278CB

Color information

#8278CB (or 0x8278CB) is unknown color: approx Moody Blue. HEX triplet: 82, 78 and CB. RGB value is (130,120,203). Sum of RGB (Red+Green+Blue) = 130+120+203=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #8278CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278CB is #7D8734. Grayscale: #848484. Windows color (decimal): -8226613 or 13334658. OLE color: 13334658.

HSL color Cylindrical-coordinate representation of color #8278CB: hue angle of 247.23º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8278CB is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130120203-
CMYK0.360.4100.20
HSL247.23º44.39%63.33%-
HSV(B)247.23º40.89%79.61%-
XYZ26.722.4959.43-
YUV132.45167.81126.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=28.70%
G=26.49%
B=44.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301202030.360.4100.20247.2344.3963.33
Hex8278CB2429014f72c3f
Octal20217031344510243675477
Binary1000001011110001100101110010010100101010011110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8278CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8278CB; }

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

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

<style>
 a { background-color: #8278CB; }

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

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

<style>
 span { border-color: #8278CB; }

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

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