Html Css Color HEX #786ACC Moody Blue

📋 copy color: '#786ACC'

red 120 ◦ green 106 ◦ blue 204

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

Shades of Moody Blue #786ACC

Tints of Moody Blue #786ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 27.91%
G = 24.65%
B = 47.44%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#786ACC (or 0x786ACC) is known color: Moody Blue. HEX triplet: 78, 6A and CC. RGB value is (120,106,204). Sum of RGB (Red+Green+Blue) = 120+106+204=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #786ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ACC is #879533. Grayscale: #787878. Windows color (decimal): -8885556 or 13396600. OLE color: 13396600.

HSL color Cylindrical-coordinate representation of color #786ACC: hue angle of 248.57º 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 #786ACC is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 106 204 -
CMYK 0.41 0.48 0 0.2
HSL 248.57º 0.49% 0.61% -
HSV(B) 248.57º 0.48% 0.8% -
XYZ 23.8 18.66 59.47 -
YUV 121.36 174.64 127.03 -
System Red Green Blue C M Y K H S L
Decimal 120 106 204 0.41 0.48 0 0.2 248.57 0.49 0.61
Hex 78 6A CC 29 30 0 14 F9 31 3D
Octal 170 152 314 51 60 0 24 371 61 75
Binary 1111000 1101010 11001100 101001 110000 0 10100 11111001 110001 111101

Color Harmonies of #786ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786ACC

Black with #786ACC

Text Example


Text Example

White with #786ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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