Html Css Color HEX #7F76DA Moody Blue

📋 copy color: '#7F76DA'

red 127 ◦ green 118 ◦ blue 218

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

Shades of Moody Blue #7F76DA

Tints of Moody Blue #7F76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.49%

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

R = 27.43%
G = 25.49%
B = 47.08%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F76DA (or 0x7F76DA) is known color: Moody Blue. HEX triplet: 7F, 76 and DA. RGB value is (127,118,218). Sum of RGB (Red+Green+Blue) = 127+118+218=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F76DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F76DA is #808925. Grayscale: #838383. Windows color (decimal): -8423718 or 14317183. OLE color: 14317183.

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

Color convert

RGB 127 118 218 -
CMYK 0.42 0.46 0 0.15
HSL 245.4º 0.57% 0.66% -
HSV(B) 245.4º 0.46% 0.85% -
XYZ 27.89 22.53 69.21 -
YUV 132.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 127 118 218 0.42 0.46 0 0.15 245.4 0.57 0.66
Hex 7F 76 DA 2A 2E 0 F F5 39 42
Octal 177 166 332 52 56 0 17 365 71 102
Binary 1111111 1110110 11011010 101010 101110 0 1111 11110101 111001 1000010

Color Harmonies of #7F76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F76DA

Black with #7F76DA

Text Example


Text Example

White with #7F76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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