Html Css Color HEX #7F77BC Moody Blue

📋 copy color: '#7F77BC'

red 127 ◦ green 119 ◦ blue 188

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

Shades of Moody Blue #7F77BC

Tints of Moody Blue #7F77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.42%

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

R = 29.26%
G = 27.42%
B = 43.32%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F77BC (or 0x7F77BC) is known color: Moody Blue. HEX triplet: 7F, 77 and BC. RGB value is (127,119,188). Sum of RGB (Red+Green+Blue) = 127+119+188=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F77BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77BC is #808843. Grayscale: #808080. Windows color (decimal): -8423492 or 12351359. OLE color: 12351359.

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

Color convert

RGB 127 119 188 -
CMYK 0.32 0.37 0 0.26
HSL 246.96º 0.34% 0.6% -
HSV(B) 246.96º 0.37% 0.74% -
XYZ 24.43 21.34 50.41 -
YUV 129.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 127 119 188 0.32 0.37 0 0.26 246.96 0.34 0.6
Hex 7F 77 BC 20 25 0 1A F7 22 3C
Octal 177 167 274 40 45 0 32 367 42 74
Binary 1111111 1110111 10111100 100000 100101 0 11010 11110111 100010 111100

Color Harmonies of #7F77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F77BC

Black with #7F77BC

Text Example


Text Example

White with #7F77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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