#786BCD

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

Shades of Moody Blue #786BCD

Tints of Moody Blue #786BCD

Color information

#786BCD (or 0x786BCD) is unknown color: approx Moody Blue. HEX triplet: 78, 6B and CD. RGB value is (120,107,205). Sum of RGB (Red+Green+Blue) = 120+107+205=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #786BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BCD is #879432. Grayscale: #797979. Windows color (decimal): -8885299 or 13462392. OLE color: 13462392.

HSL color Cylindrical-coordinate representation of color #786BCD: hue angle of 247.96º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #786BCD is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120107205-
CMYK0.410.4800.20
HSL247.96º49.49%61.18%-
HSV(B)247.96º47.8%80.39%-
XYZ24.0218.9260.14-
YUV122.06174.81126.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=27.78%
G=24.77%
B=47.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201072050.410.4800.20247.9649.4961.18
Hex786BCD2930014f8313d
Octal17015331551600243706175
Binary111100011010111100110110100111000001010011111000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786BCD; }

 p { color: rgb(120,107,205); }

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

<style>
 a { background-color: #786BCD; }

 a { background-color: rgb(120,107,205); }

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

<style>
 span { border-color: #786BCD; }

 span { border-color: rgb(120,107,205); }

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