Html Css Color HEX #7F78BC Moody Blue

📋 copy color: '#7F78BC'

red 127 ◦ green 120 ◦ blue 188

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

Shades of Moody Blue #7F78BC

Tints of Moody Blue #7F78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 29.2%
G = 27.59%
B = 43.22%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F78BC (or 0x7F78BC) is known color: Moody Blue. HEX triplet: 7F, 78 and BC. RGB value is (127,120,188). Sum of RGB (Red+Green+Blue) = 127+120+188=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F78BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F78BC is #808743. Grayscale: #818181. Windows color (decimal): -8423236 or 12351615. OLE color: 12351615.

HSL color Cylindrical-coordinate representation of color #7F78BC: hue angle of 246.18º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F78BC is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 120 188 -
CMYK 0.32 0.36 0 0.26
HSL 246.18º 0.34% 0.6% -
HSV(B) 246.18º 0.36% 0.74% -
XYZ 24.55 21.58 50.45 -
YUV 129.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 127 120 188 0.32 0.36 0 0.26 246.18 0.34 0.6
Hex 7F 78 BC 20 24 0 1A F6 22 3C
Octal 177 170 274 40 44 0 32 366 42 74
Binary 1111111 1111000 10111100 100000 100100 0 11010 11110110 100010 111100

Color Harmonies of #7F78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F78BC

Black with #7F78BC

Text Example


Text Example

White with #7F78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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