Html Css Color HEX #787DC5 Moody Blue

📋 copy color: '#787DC5'

red 120 ◦ green 125 ◦ blue 197

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

Shades of Moody Blue #787DC5

Tints of Moody Blue #787DC5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.28%

 BLUE value IS 197 (77.34% from 255) = 44.57%

R = 27.15%
G = 28.28%
B = 44.57%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#787DC5 (or 0x787DC5) is known color: Moody Blue. HEX triplet: 78, 7D and C5. RGB value is (120,125,197). Sum of RGB (Red+Green+Blue) = 120+125+197=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #787DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DC5 is #87823A. Grayscale: #838383. Windows color (decimal): -8880699 or 12942712. OLE color: 12942712.

HSL color Cylindrical-coordinate representation of color #787DC5: hue angle of 236.1º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #787DC5 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 120 125 197 -
CMYK 0.39 0.37 0 0.23
HSL 236.1º 0.4% 0.62% -
HSV(B) 236.1º 0.39% 0.77% -
XYZ 25.16 22.69 55.88 -
YUV 131.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 120 125 197 0.39 0.37 0 0.23 236.1 0.4 0.62
Hex 78 7D C5 27 25 0 17 EC 28 3E
Octal 170 175 305 47 45 0 27 354 50 76
Binary 1111000 1111101 11000101 100111 100101 0 10111 11101100 101000 111110

Color Harmonies of #787DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787DC5

Black with #787DC5

Text Example


Text Example

White with #787DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,125,197); }

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

background-color css

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

 a { background-color: rgb(120,125,197); }

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

border-color css

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

 span { border-color: rgb(120,125,197); }

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