Html Css Color HEX #7E74CF Moody Blue

📋 copy color: '#7E74CF'

red 126 ◦ green 116 ◦ blue 207

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

Shades of Moody Blue #7E74CF

Tints of Moody Blue #7E74CF

RGB

 RED value IS 126 (49.61% from 255) = 28.06%

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 28.06%
G = 25.84%
B = 46.1%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E74CF (or 0x7E74CF) is known color: Moody Blue. HEX triplet: 7E, 74 and CF. RGB value is (126,116,207). Sum of RGB (Red+Green+Blue) = 126+116+207=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E74CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E74CF is #818B30. Grayscale: #818181. Windows color (decimal): -8489777 or 13595774. OLE color: 13595774.

HSL color Cylindrical-coordinate representation of color #7E74CF: hue angle of 246.59º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E74CF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 116 207 -
CMYK 0.39 0.44 0 0.19
HSL 246.59º 0.49% 0.63% -
HSV(B) 246.59º 0.44% 0.81% -
XYZ 26.11 21.43 61.79 -
YUV 129.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 126 116 207 0.39 0.44 0 0.19 246.59 0.49 0.63
Hex 7E 74 CF 27 2C 0 13 F7 31 3F
Octal 176 164 317 47 54 0 23 367 61 77
Binary 1111110 1110100 11001111 100111 101100 0 10011 11110111 110001 111111

Color Harmonies of #7E74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E74CF

Black with #7E74CF

Text Example


Text Example

White with #7E74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,116,207); }

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

background-color css

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

 a { background-color: rgb(126,116,207); }

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

border-color css

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

 span { border-color: rgb(126,116,207); }

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