#8388C9

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

Shades of Moody Blue #8388C9

Tints of Moody Blue #8388C9

Color information

#8388C9 (or 0x8388C9) is unknown color: approx Moody Blue. HEX triplet: 83, 88 and C9. RGB value is (131,136,201). Sum of RGB (Red+Green+Blue) = 131+136+201=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #8388C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388C9 is #7C7736. Grayscale: #8D8D8D. Windows color (decimal): -8156983 or 13207683. OLE color: 13207683.

HSL color Cylindrical-coordinate representation of color #8388C9: hue angle of 235.71º degrees, saturation: 0.39, 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 #8388C9 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131136201-
CMYK0.350.3200.21
HSL235.71º39.33%65.1%-
HSV(B)235.71º34.83%78.82%-
XYZ28.7126.6558.89-
YUV141.92161.34120.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 201 (78.91% from 255) = 42.95%
R=27.99%
G=29.06%
B=42.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311362010.350.3200.21235.7139.3365.1
Hex8388C92320015ec2741
Octal203210311434002535447101
Binary100000111000100011001001100011100000010101111011001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8388C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8388C9; }

 p { color: rgb(131,136,201); }

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

<style>
 a { background-color: #8388C9; }

 a { background-color: rgb(131,136,201); }

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

<style>
 span { border-color: #8388C9; }

 span { border-color: rgb(131,136,201); }

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