Html Css Color HEX #786CCB Moody Blue

📋 copy color: '#786CCB'

red 120 ◦ green 108 ◦ blue 203

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

Shades of Moody Blue #786CCB

Tints of Moody Blue #786CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 27.84%
G = 25.06%
B = 47.1%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#786CCB (or 0x786CCB) is known color: Moody Blue. HEX triplet: 78, 6C and CB. RGB value is (120,108,203). Sum of RGB (Red+Green+Blue) = 120+108+203=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #786CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CCB is #879334. Grayscale: #7A7A7A. Windows color (decimal): -8885045 or 13331576. OLE color: 13331576.

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

Color convert

RGB 120 108 203 -
CMYK 0.41 0.47 0 0.20
HSL 247.58º 0.48% 0.61% -
HSV(B) 247.58º 0.47% 0.8% -
XYZ 23.89 19.03 58.91 -
YUV 122.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 120 108 203 0.41 0.47 0 0.20 247.58 0.48 0.61
Hex 78 6C CB 29 2F 0 14 F8 30 3D
Octal 170 154 313 51 57 0 24 370 60 75
Binary 1111000 1101100 11001011 101001 101111 0 10100 11111000 110000 111101

Color Harmonies of #786CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786CCB

Black with #786CCB

Text Example


Text Example

White with #786CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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