Html Css Color HEX #786ACE Moody Blue

📋 copy color: '#786ACE'

red 120 ◦ green 106 ◦ blue 206

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

Shades of Moody Blue #786ACE

Tints of Moody Blue #786ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 27.78%
G = 24.54%
B = 47.69%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#786ACE (or 0x786ACE) is known color: Moody Blue. HEX triplet: 78, 6A and CE. RGB value is (120,106,206). Sum of RGB (Red+Green+Blue) = 120+106+206=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #786ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ACE is #879531. Grayscale: #797979. Windows color (decimal): -8885554 or 13527672. OLE color: 13527672.

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

Color convert

RGB 120 106 206 -
CMYK 0.42 0.49 0 0.19
HSL 248.4º 0.51% 0.61% -
HSV(B) 248.4º 0.49% 0.81% -
XYZ 24.04 18.76 60.75 -
YUV 121.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 120 106 206 0.42 0.49 0 0.19 248.4 0.51 0.61
Hex 78 6A CE 2A 31 0 13 F8 33 3D
Octal 170 152 316 52 61 0 23 370 63 75
Binary 1111000 1101010 11001110 101010 110001 0 10011 11111000 110011 111101

Color Harmonies of #786ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786ACE

Black with #786ACE

Text Example


Text Example

White with #786ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,106,206); }

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

background-color css

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

 a { background-color: rgb(120,106,206); }

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

border-color css

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

 span { border-color: rgb(120,106,206); }

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