Html Css Color HEX #786BBC Moody Blue

📋 copy color: '#786BBC'

red 120 ◦ green 107 ◦ blue 188

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

Shades of Moody Blue #786BBC

Tints of Moody Blue #786BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.78%

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 28.92%
G = 25.78%
B = 45.3%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#786BBC (or 0x786BBC) is known color: Moody Blue. HEX triplet: 78, 6B and BC. RGB value is (120,107,188). Sum of RGB (Red+Green+Blue) = 120+107+188=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #786BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BBC is #879443. Grayscale: #777777. Windows color (decimal): -8885316 or 12348280. OLE color: 12348280.

HSL color Cylindrical-coordinate representation of color #786BBC: hue angle of 249.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #786BBC is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 107 188 -
CMYK 0.36 0.43 0 0.26
HSL 249.63º 0.38% 0.58% -
HSV(B) 249.63º 0.43% 0.74% -
XYZ 22.08 18.14 49.91 -
YUV 120.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 120 107 188 0.36 0.43 0 0.26 249.63 0.38 0.58
Hex 78 6B BC 24 2B 0 1A FA 26 3A
Octal 170 153 274 44 53 0 32 372 46 72
Binary 1111000 1101011 10111100 100100 101011 0 11010 11111010 100110 111010

Color Harmonies of #786BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BBC

Black with #786BBC

Text Example


Text Example

White with #786BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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