Html Css Color HEX #787ACC Moody Blue

📋 copy color: '#787ACC'

red 120 ◦ green 122 ◦ blue 204

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

Shades of Moody Blue #787ACC

Tints of Moody Blue #787ACC

RGB

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

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

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

R = 26.91%
G = 27.35%
B = 45.74%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#787ACC (or 0x787ACC) is known color: Moody Blue. HEX triplet: 78, 7A and CC. RGB value is (120,122,204). Sum of RGB (Red+Green+Blue) = 120+122+204=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #787ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ACC is #878533. Grayscale: #828282. Windows color (decimal): -8881460 or 13400696. OLE color: 13400696.

HSL color Cylindrical-coordinate representation of color #787ACC: hue angle of 238.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #787ACC is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 122 204 -
CMYK 0.41 0.40 0 0.2
HSL 238.57º 0.45% 0.64% -
HSV(B) 238.57º 0.41% 0.8% -
XYZ 25.6 22.27 60.08 -
YUV 130.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 120 122 204 0.41 0.40 0 0.2 238.57 0.45 0.64
Hex 78 7A CC 29 28 0 14 EF 2D 40
Octal 170 172 314 51 50 0 24 357 55 100
Binary 1111000 1111010 11001100 101001 101000 0 10100 11101111 101101 1000000

Color Harmonies of #787ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787ACC

Black with #787ACC

Text Example


Text Example

White with #787ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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