Html Css Color HEX #7F77DA Moody Blue

📋 copy color: '#7F77DA'

red 127 ◦ green 119 ◦ blue 218

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

Shades of Moody Blue #7F77DA

Tints of Moody Blue #7F77DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 27.37%
G = 25.65%
B = 46.98%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F77DA (or 0x7F77DA) is known color: Moody Blue. HEX triplet: 7F, 77 and DA. RGB value is (127,119,218). Sum of RGB (Red+Green+Blue) = 127+119+218=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F77DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77DA is #808825. Grayscale: #848484. Windows color (decimal): -8423462 or 14317439. OLE color: 14317439.

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

Color convert

RGB 127 119 218 -
CMYK 0.42 0.45 0 0.15
HSL 244.85º 0.57% 0.66% -
HSV(B) 244.85º 0.45% 0.85% -
XYZ 28 22.77 69.25 -
YUV 132.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 127 119 218 0.42 0.45 0 0.15 244.85 0.57 0.66
Hex 7F 77 DA 2A 2D 0 F F5 39 42
Octal 177 167 332 52 55 0 17 365 71 102
Binary 1111111 1110111 11011010 101010 101101 0 1111 11110101 111001 1000010

Color Harmonies of #7F77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F77DA

Black with #7F77DA

Text Example


Text Example

White with #7F77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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