Html Css Color HEX #7A6ECF Moody Blue

📋 copy color: '#7A6ECF'

red 122 ◦ green 110 ◦ blue 207

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

Shades of Moody Blue #7A6ECF

Tints of Moody Blue #7A6ECF

RGB

 RED value IS 122 (48.05% from 255) = 27.79%

 GREEN value IS 110 (43.36% from 255) = 25.06%

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

R = 27.79%
G = 25.06%
B = 47.15%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A6ECF (or 0x7A6ECF) is known color: Moody Blue. HEX triplet: 7A, 6E and CF. RGB value is (122,110,207). Sum of RGB (Red+Green+Blue) = 122+110+207=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A6ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ECF is #859130. Grayscale: #7C7C7C. Windows color (decimal): -8753457 or 13594234. OLE color: 13594234.

HSL color Cylindrical-coordinate representation of color #7A6ECF: hue angle of 247.42º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A6ECF is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 110 207 -
CMYK 0.41 0.47 0 0.19
HSL 247.42º 0.5% 0.62% -
HSV(B) 247.42º 0.47% 0.81% -
XYZ 24.86 19.79 61.54 -
YUV 124.65 174.48 126.11 -
System Red Green Blue C M Y K H S L
Decimal 122 110 207 0.41 0.47 0 0.19 247.42 0.5 0.62
Hex 7A 6E CF 29 2F 0 13 F7 32 3E
Octal 172 156 317 51 57 0 23 367 62 76
Binary 1111010 1101110 11001111 101001 101111 0 10011 11110111 110010 111110

Color Harmonies of #7A6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6ECF

Black with #7A6ECF

Text Example


Text Example

White with #7A6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,110,207); }

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

background-color css

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

 a { background-color: rgb(122,110,207); }

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

border-color css

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

 span { border-color: rgb(122,110,207); }

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