#8184CA

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

Shades of Moody Blue #8184CA

Tints of Moody Blue #8184CA

Color information

#8184CA (or 0x8184CA) is unknown color: approx Moody Blue. HEX triplet: 81, 84 and CA. RGB value is (129,132,202). Sum of RGB (Red+Green+Blue) = 129+132+202=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #8184CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8184CA is #7E7B35. Grayscale: #8A8A8A. Windows color (decimal): -8289078 or 13272193. OLE color: 13272193.

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

Color convert

RGB129132202-
CMYK0.360.3500.21
HSL237.53º40.78%64.9%-
HSV(B)237.53º36.14%79.22%-
XYZ27.9725.4359.31-
YUV139.08163.51120.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=27.86%
G=28.51%
B=43.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291322020.360.3500.21237.5340.7864.9
Hex8184CA2423015ee2941
Octal201204312444302535651101
Binary100000011000010011001010100100100011010101111011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8184CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,132,202); }

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

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

 a { background-color: rgb(129,132,202); }

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

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

 span { border-color: rgb(129,132,202); }

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