#8278CA

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

Shades of Moody Blue #8278CA

Tints of Moody Blue #8278CA

Color information

#8278CA (or 0x8278CA) is unknown color: approx Moody Blue. HEX triplet: 82, 78 and CA. RGB value is (130,120,202). Sum of RGB (Red+Green+Blue) = 130+120+202=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #8278CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278CA is #7D8735. Grayscale: #848484. Windows color (decimal): -8226614 or 13269122. OLE color: 13269122.

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

Color convert

RGB130120202-
CMYK0.360.4100.21
HSL247.32º43.62%63.14%-
HSV(B)247.32º40.59%79.22%-
XYZ26.5822.4458.81-
YUV132.34167.31126.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=28.76%
G=26.55%
B=44.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301202020.360.4100.21247.3243.6263.14
Hex8278CA2429015f72c3f
Octal20217031244510253675477
Binary1000001011110001100101010010010100101010111110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8278CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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