Html Css Color HEX #787FD2 Moody Blue

📋 copy color: '#787FD2'

red 120 ◦ green 127 ◦ blue 210

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

Shades of Moody Blue #787FD2

Tints of Moody Blue #787FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.95%

R = 26.26%
G = 27.79%
B = 45.95%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#787FD2 (or 0x787FD2) is known color: Moody Blue. HEX triplet: 78, 7F and D2. RGB value is (120,127,210). Sum of RGB (Red+Green+Blue) = 120+127+210=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 210 - color contains mainly: blue. Hex color #787FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FD2 is #87802D. Grayscale: #868686. Windows color (decimal): -8880174 or 13795192. OLE color: 13795192.

HSL color Cylindrical-coordinate representation of color #787FD2: hue angle of 235.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #787FD2 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 127 210 -
CMYK 0.43 0.40 0 0.18
HSL 235.33º 0.5% 0.65% -
HSV(B) 235.33º 0.43% 0.82% -
XYZ 26.97 23.82 64.15 -
YUV 134.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 120 127 210 0.43 0.40 0 0.18 235.33 0.5 0.65
Hex 78 7F D2 2B 28 0 12 EB 32 41
Octal 170 177 322 53 50 0 22 353 62 101
Binary 1111000 1111111 11010010 101011 101000 0 10010 11101011 110010 1000001

Color Harmonies of #787FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787FD2

Black with #787FD2

Text Example


Text Example

White with #787FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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