Html Css Color HEX #7F74BF Moody Blue

📋 copy color: '#7F74BF'

red 127 ◦ green 116 ◦ blue 191

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

Shades of Moody Blue #7F74BF

Tints of Moody Blue #7F74BF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.73%

 BLUE value IS 191 (75% from 255) = 44.01%

R = 29.26%
G = 26.73%
B = 44.01%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F74BF (or 0x7F74BF) is known color: Moody Blue. HEX triplet: 7F, 74 and BF. RGB value is (127,116,191). Sum of RGB (Red+Green+Blue) = 127+116+191=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F74BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F74BF is #808B40. Grayscale: #7F7F7F. Windows color (decimal): -8424257 or 12547199. OLE color: 12547199.

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

Color convert

RGB 127 116 191 -
CMYK 0.34 0.39 0 0.25
HSL 248.8º 0.37% 0.6% -
HSV(B) 248.8º 0.39% 0.75% -
XYZ 24.4 20.76 52.01 -
YUV 127.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 127 116 191 0.34 0.39 0 0.25 248.8 0.37 0.6
Hex 7F 74 BF 22 27 0 19 F9 25 3C
Octal 177 164 277 42 47 0 31 371 45 74
Binary 1111111 1110100 10111111 100010 100111 0 11001 11111001 100101 111100

Color Harmonies of #7F74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F74BF

Black with #7F74BF

Text Example


Text Example

White with #7F74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,116,191); }

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

background-color css

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

 a { background-color: rgb(127,116,191); }

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

border-color css

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

 span { border-color: rgb(127,116,191); }

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