Html Css Color HEX #7D74BE Moody Blue

📋 copy color: '#7D74BE'

red 125 ◦ green 116 ◦ blue 190

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

Shades of Moody Blue #7D74BE

Tints of Moody Blue #7D74BE

RGB

 RED value IS 125 (49.22% from 255) = 29%

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 29%
G = 26.91%
B = 44.08%

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

#7D74BE (or 0x7D74BE) is known color: Moody Blue. HEX triplet: 7D, 74 and BE. RGB value is (125,116,190). Sum of RGB (Red+Green+Blue) = 125+116+190=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D74BE is #828B41. Grayscale: #7E7E7E. Windows color (decimal): -8555330 or 12481661. OLE color: 12481661.

HSL color Cylindrical-coordinate representation of color #7D74BE: hue angle of 247.3º degrees, saturation: 0.36, 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 #7D74BE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 116 190 -
CMYK 0.34 0.39 0 0.25
HSL 247.3º 0.36% 0.6% -
HSV(B) 247.3º 0.39% 0.75% -
XYZ 24 20.57 51.42 -
YUV 127.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 125 116 190 0.34 0.39 0 0.25 247.3 0.36 0.6
Hex 7D 74 BE 22 27 0 19 F7 24 3C
Octal 175 164 276 42 47 0 31 367 44 74
Binary 1111101 1110100 10111110 100010 100111 0 11001 11110111 100100 111100

Color Harmonies of #7D74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D74BE

Black with #7D74BE

Text Example


Text Example

White with #7D74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,116,190); }

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

background-color css

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

 a { background-color: rgb(125,116,190); }

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

border-color css

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

 span { border-color: rgb(125,116,190); }

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