Html Css Color HEX #7F78CF Moody Blue

📋 copy color: '#7F78CF'

red 127 ◦ green 120 ◦ blue 207

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

Shades of Moody Blue #7F78CF

Tints of Moody Blue #7F78CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 27.97%
G = 26.43%
B = 45.59%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F78CF (or 0x7F78CF) is known color: Moody Blue. HEX triplet: 7F, 78 and CF. RGB value is (127,120,207). Sum of RGB (Red+Green+Blue) = 127+120+207=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F78CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F78CF is #808730. Grayscale: #838383. Windows color (decimal): -8423217 or 13596799. OLE color: 13596799.

HSL color Cylindrical-coordinate representation of color #7F78CF: hue angle of 244.83º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F78CF is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 120 207 -
CMYK 0.39 0.42 0 0.19
HSL 244.83º 0.48% 0.64% -
HSV(B) 244.83º 0.42% 0.81% -
XYZ 26.73 22.45 61.96 -
YUV 132.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 127 120 207 0.39 0.42 0 0.19 244.83 0.48 0.64
Hex 7F 78 CF 27 2A 0 13 F5 30 40
Octal 177 170 317 47 52 0 23 365 60 100
Binary 1111111 1111000 11001111 100111 101010 0 10011 11110101 110000 1000000

Color Harmonies of #7F78CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F78CF

Black with #7F78CF

Text Example


Text Example

White with #7F78CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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