Html Css Color HEX #7A6EC8 Moody Blue

📋 copy color: '#7A6EC8'

red 122 ◦ green 110 ◦ blue 200

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

Shades of Moody Blue #7A6EC8

Tints of Moody Blue #7A6EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.3%

R = 28.24%
G = 25.46%
B = 46.3%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7A6EC8 (or 0x7A6EC8) is known color: Moody Blue. HEX triplet: 7A, 6E and C8. RGB value is (122,110,200). Sum of RGB (Red+Green+Blue) = 122+110+200=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #7A6EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EC8 is #859137. Grayscale: #7B7B7B. Windows color (decimal): -8753464 or 13135482. OLE color: 13135482.

HSL color Cylindrical-coordinate representation of color #7A6EC8: hue angle of 248º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A6EC8 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 122 110 200 -
CMYK 0.39 0.45 0 0.22
HSL 248º 0.45% 0.61% -
HSV(B) 248º 0.45% 0.78% -
XYZ 24.03 19.46 57.13 -
YUV 123.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 122 110 200 0.39 0.45 0 0.22 248 0.45 0.61
Hex 7A 6E C8 27 2D 0 16 F8 2D 3D
Octal 172 156 310 47 55 0 26 370 55 75
Binary 1111010 1101110 11001000 100111 101101 0 10110 11111000 101101 111101

Color Harmonies of #7A6EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6EC8

Black with #7A6EC8

Text Example


Text Example

White with #7A6EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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