Html Css Color HEX #7F78D8 Moody Blue

📋 copy color: '#7F78D8'

red 127 ◦ green 120 ◦ blue 216

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

Shades of Moody Blue #7F78D8

Tints of Moody Blue #7F78D8

RGB

 RED value IS 127 (50% from 255) = 27.43%

 GREEN value IS 120 (47.27% from 255) = 25.92%

 BLUE value IS 216 (84.77% from 255) = 46.65%

R = 27.43%
G = 25.92%
B = 46.65%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F78D8 (or 0x7F78D8) is known color: Moody Blue. HEX triplet: 7F, 78 and D8. RGB value is (127,120,216). Sum of RGB (Red+Green+Blue) = 127+120+216=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #7F78D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F78D8 is #808727. Grayscale: #848484. Windows color (decimal): -8423208 or 14186623. OLE color: 14186623.

HSL color Cylindrical-coordinate representation of color #7F78D8: hue angle of 244.37º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F78D8 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 120 216 -
CMYK 0.41 0.44 0 0.15
HSL 244.38º 0.55% 0.66% -
HSV(B) 244.38º 0.44% 0.85% -
XYZ 27.86 22.9 67.92 -
YUV 133.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 127 120 216 0.41 0.44 0 0.15 244.38 0.55 0.66
Hex 7F 78 D8 29 2C 0 F F4 37 42
Octal 177 170 330 51 54 0 17 364 67 102
Binary 1111111 1111000 11011000 101001 101100 0 1111 11110100 110111 1000010

Color Harmonies of #7F78D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F78D8

Black with #7F78D8

Text Example


Text Example

White with #7F78D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F78D8; }

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

 H1.HeaderClassName
 {
   color: #7F78D8;
 }
 .AnyTagClassName
 {
   color: #7F78D8;
 }
</style>

background-color css

<style>
 a { background-color: #7F78D8; }

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

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

border-color css

<style>
 span { border-color: #7F78D8; }

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

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