#8C8ABB

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

Shades of Moody Blue #8C8ABB

Tints of Moody Blue #8C8ABB

Color information

#8C8ABB (or 0x8C8ABB) is unknown color: approx Moody Blue. HEX triplet: 8C, 8A and BB. RGB value is (140,138,187). Sum of RGB (Red+Green+Blue) = 140+138+187=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ABB is #737544. Grayscale: #8F8F8F. Windows color (decimal): -7566661 or 12290700. OLE color: 12290700.

HSL color Cylindrical-coordinate representation of color #8C8ABB: hue angle of 242.45º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C8ABB is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140138187-
CMYK0.250.2600.27
HSL242.45º26.49%63.73%-
HSV(B)242.45º26.2%73.33%-
XYZ28.8727.3450.77-
YUV144.18152.16125.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.11%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=30.11%
G=29.68%
B=40.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401381870.250.2600.27242.4526.4963.73
Hex8C8ABB191A01Bf21a40
Octal214212273313203336232100
Binary100011001000101010111011110011101001101111110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8ABB; }

 p { color: rgb(140,138,187); }

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

<style>
 a { background-color: #8C8ABB; }

 a { background-color: rgb(140,138,187); }

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

<style>
 span { border-color: #8C8ABB; }

 span { border-color: rgb(140,138,187); }

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