Html Css Color HEX #787ADC Moody Blue

📋 copy color: '#787ADC'

red 120 ◦ green 122 ◦ blue 220

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

Shades of Moody Blue #787ADC

Tints of Moody Blue #787ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 25.97%
G = 26.41%
B = 47.62%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#787ADC (or 0x787ADC) is known color: Moody Blue. HEX triplet: 78, 7A and DC. RGB value is (120,122,220). Sum of RGB (Red+Green+Blue) = 120+122+220=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #787ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ADC is #878523. Grayscale: #848484. Windows color (decimal): -8881444 or 14449272. OLE color: 14449272.

HSL color Cylindrical-coordinate representation of color #787ADC: hue angle of 238.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #787ADC is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 122 220 -
CMYK 0.45 0.45 0 0.14
HSL 238.8º 0.59% 0.67% -
HSV(B) 238.8º 0.45% 0.86% -
XYZ 27.62 23.08 70.71 -
YUV 132.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 120 122 220 0.45 0.45 0 0.14 238.8 0.59 0.67
Hex 78 7A DC 2D 2D 0 E EF 3B 43
Octal 170 172 334 55 55 0 16 357 73 103
Binary 1111000 1111010 11011100 101101 101101 0 1110 11101111 111011 1000011

Color Harmonies of #787ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787ADC

Black with #787ADC

Text Example


Text Example

White with #787ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787ADC; }

 p { color: rgb(120,122,220); }

 H1.HeaderClassName
 {
   color: #787ADC;
 }
 .AnyTagClassName
 {
   color: #787ADC;
 }
</style>

background-color css

<style>
 a { background-color: #787ADC; }

 a { background-color: rgb(120,122,220); }

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

border-color css

<style>
 span { border-color: #787ADC; }

 span { border-color: rgb(120,122,220); }

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