#8275CA

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

Shades of Moody Blue #8275CA

Tints of Moody Blue #8275CA

Color information

#8275CA (or 0x8275CA) is unknown color: approx Moody Blue. HEX triplet: 82, 75 and CA. RGB value is (130,117,202). Sum of RGB (Red+Green+Blue) = 130+117+202=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #8275CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8275CA is #7D8A35. Grayscale: #828282. Windows color (decimal): -8227382 or 13268354. OLE color: 13268354.

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

Color convert

RGB130117202-
CMYK0.360.4200.21
HSL249.18º44.5%62.55%-
HSV(B)249.18º42.08%79.22%-
XYZ26.2321.7358.69-
YUV130.58168.31127.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=28.95%
G=26.06%
B=44.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301172020.360.4200.21249.1844.562.55
Hex8275CA242A015f92d3f
Octal20216531244520253715577
Binary1000001011101011100101010010010101001010111111001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8275CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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