Html Css Color HEX #787FDD Moody Blue

📋 copy color: '#787FDD'

red 120 ◦ green 127 ◦ blue 221

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

Shades of Moody Blue #787FDD

Tints of Moody Blue #787FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 25.64%
G = 27.14%
B = 47.22%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#787FDD (or 0x787FDD) is known color: Moody Blue. HEX triplet: 78, 7F and DD. RGB value is (120,127,221). Sum of RGB (Red+Green+Blue) = 120+127+221=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #787FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FDD is #878022. Grayscale: #878787. Windows color (decimal): -8880163 or 14516088. OLE color: 14516088.

HSL color Cylindrical-coordinate representation of color #787FDD: hue angle of 235.84º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #787FDD is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 127 221 -
CMYK 0.46 0.43 0 0.13
HSL 235.84º 0.6% 0.67% -
HSV(B) 235.84º 0.46% 0.87% -
XYZ 28.39 24.39 71.62 -
YUV 135.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 120 127 221 0.46 0.43 0 0.13 235.84 0.6 0.67
Hex 78 7F DD 2E 2B 0 D EC 3C 43
Octal 170 177 335 56 53 0 15 354 74 103
Binary 1111000 1111111 11011101 101110 101011 0 1101 11101100 111100 1000011

Color Harmonies of #787FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787FDD

Black with #787FDD

Text Example


Text Example

White with #787FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,127,221); }

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

background-color css

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

 a { background-color: rgb(120,127,221); }

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

border-color css

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

 span { border-color: rgb(120,127,221); }

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