Html Css Color HEX #7F74BD Moody Blue

📋 copy color: '#7F74BD'

red 127 ◦ green 116 ◦ blue 189

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

Shades of Moody Blue #7F74BD

Tints of Moody Blue #7F74BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 29.4%
G = 26.85%
B = 43.75%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F74BD (or 0x7F74BD) is known color: Moody Blue. HEX triplet: 7F, 74 and BD. RGB value is (127,116,189). Sum of RGB (Red+Green+Blue) = 127+116+189=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F74BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F74BD is #808B42. Grayscale: #7F7F7F. Windows color (decimal): -8424259 or 12416127. OLE color: 12416127.

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

Color convert

RGB 127 116 189 -
CMYK 0.33 0.39 0 0.26
HSL 249.04º 0.36% 0.6% -
HSV(B) 249.04º 0.39% 0.74% -
XYZ 24.18 20.68 50.86 -
YUV 127.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 127 116 189 0.33 0.39 0 0.26 249.04 0.36 0.6
Hex 7F 74 BD 21 27 0 1A F9 24 3C
Octal 177 164 275 41 47 0 32 371 44 74
Binary 1111111 1110100 10111101 100001 100111 0 11010 11111001 100100 111100

Color Harmonies of #7F74BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F74BD

Black with #7F74BD

Text Example


Text Example

White with #7F74BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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