#8273CA

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

Shades of Moody Blue #8273CA

Tints of Moody Blue #8273CA

Color information

#8273CA (or 0x8273CA) is unknown color: approx Moody Blue. HEX triplet: 82, 73 and CA. RGB value is (130,115,202). Sum of RGB (Red+Green+Blue) = 130+115+202=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #8273CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8273CA is #7D8C35. Grayscale: #818181. Windows color (decimal): -8227894 or 13267842. OLE color: 13267842.

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

Color convert

RGB130115202-
CMYK0.360.4300.21
HSL250.34º45.08%62.16%-
HSV(B)250.34º43.07%79.22%-
XYZ2621.2758.61-
YUV129.4168.97128.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=29.08%
G=25.73%
B=45.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301152020.360.4300.21250.3445.0862.16
Hex8273CA242B015fa2d3e
Octal20216331244530253725576
Binary1000001011100111100101010010010101101010111111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8273CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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