Html Css Color HEX #786CCF Moody Blue

📋 copy color: '#786CCF'

red 120 ◦ green 108 ◦ blue 207

#786CCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #786CCF

Tints of Moody Blue #786CCF

RGB

 RED value IS 120 (47.27% from 255) = 27.59%

 GREEN value IS 108 (42.58% from 255) = 24.83%

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 27.59%
G = 24.83%
B = 47.59%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#786CCF (or 0x786CCF) is known color: Moody Blue. HEX triplet: 78, 6C and CF. RGB value is (120,108,207). Sum of RGB (Red+Green+Blue) = 120+108+207=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #786CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CCF is #879330. Grayscale: #7A7A7A. Windows color (decimal): -8885041 or 13593720. OLE color: 13593720.

HSL color Cylindrical-coordinate representation of color #786CCF: hue angle of 247.27º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #786CCF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 108 207 -
CMYK 0.42 0.48 0 0.19
HSL 247.27º 0.51% 0.62% -
HSV(B) 247.27º 0.48% 0.81% -
XYZ 24.37 19.22 61.46 -
YUV 122.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 120 108 207 0.42 0.48 0 0.19 247.27 0.51 0.62
Hex 78 6C CF 2A 30 0 13 F7 33 3E
Octal 170 154 317 52 60 0 23 367 63 76
Binary 1111000 1101100 11001111 101010 110000 0 10011 11110111 110011 111110

Color Harmonies of #786CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786CCF

Black with #786CCF

Text Example


Text Example

White with #786CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,108,207); }

 H1.HeaderClassName
 {
   color: #786CCF;
 }
 .AnyTagClassName
 {
   color: #786CCF;
 }
</style>

background-color css

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

 a { background-color: rgb(120,108,207); }

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

border-color css

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

 span { border-color: rgb(120,108,207); }

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