#8186CA

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

Shades of Moody Blue #8186CA

Tints of Moody Blue #8186CA

Color information

#8186CA (or 0x8186CA) is unknown color: approx Moody Blue. HEX triplet: 81, 86 and CA. RGB value is (129,134,202). Sum of RGB (Red+Green+Blue) = 129+134+202=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #8186CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8186CA is #7E7935. Grayscale: #8B8B8B. Windows color (decimal): -8288566 or 13272705. OLE color: 13272705.

HSL color Cylindrical-coordinate representation of color #8186CA: hue angle of 235.89º 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 #8186CA is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129134202-
CMYK0.360.3400.21
HSL235.89º40.78%64.9%-
HSV(B)235.89º36.14%79.22%-
XYZ28.2425.9859.4-
YUV140.26162.84119.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=27.74%
G=28.82%
B=43.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291342020.360.3400.21235.8940.7864.9
Hex8186CA2422015ec2941
Octal201206312444202535451101
Binary100000011000011011001010100100100010010101111011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8186CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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