#8C83CA

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

Shades of Moody Blue #8C83CA

Tints of Moody Blue #8C83CA

Color information

#8C83CA (or 0x8C83CA) is unknown color: approx Moody Blue. HEX triplet: 8C, 83 and CA. RGB value is (140,131,202). Sum of RGB (Red+Green+Blue) = 140+131+202=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83CA is #737C35. Grayscale: #8D8D8D. Windows color (decimal): -7568438 or 13271948. OLE color: 13271948.

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

Color convert

RGB140131202-
CMYK0.310.3500.21
HSL247.61º40.11%65.29%-
HSV(B)247.61º35.15%79.22%-
XYZ29.5926.0759.35-
YUV141.78161.98126.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=29.60%
G=27.70%
B=42.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401312020.310.3500.21247.6140.1165.29
Hex8C83CA1F23015f82841
Octal214203312374302537050101
Binary10001100100000111100101011111100011010101111110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,202); }

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

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

 a { background-color: rgb(140,131,202); }

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

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

 span { border-color: rgb(140,131,202); }

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