Html Css Color HEX #787BDD Moody Blue

📋 copy color: '#787BDD'

red 120 ◦ green 123 ◦ blue 221

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

Shades of Moody Blue #787BDD

Tints of Moody Blue #787BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

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

R = 25.86%
G = 26.51%
B = 47.63%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#787BDD (or 0x787BDD) is known color: Moody Blue. HEX triplet: 78, 7B and DD. RGB value is (120,123,221). Sum of RGB (Red+Green+Blue) = 120+123+221=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #787BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BDD is #878422. Grayscale: #848484. Windows color (decimal): -8881187 or 14515064. OLE color: 14515064.

HSL color Cylindrical-coordinate representation of color #787BDD: hue angle of 238.22º 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 #787BDD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 123 221 -
CMYK 0.46 0.44 0 0.13
HSL 238.22º 0.6% 0.67% -
HSV(B) 238.22º 0.46% 0.87% -
XYZ 27.88 23.38 71.45 -
YUV 133.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 120 123 221 0.46 0.44 0 0.13 238.22 0.6 0.67
Hex 78 7B DD 2E 2C 0 D EE 3C 43
Octal 170 173 335 56 54 0 15 356 74 103
Binary 1111000 1111011 11011101 101110 101100 0 1101 11101110 111100 1000011

Color Harmonies of #787BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787BDD

Black with #787BDD

Text Example


Text Example

White with #787BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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