Html Css Color HEX #7A6DCC Moody Blue

📋 copy color: '#7A6DCC'

red 122 ◦ green 109 ◦ blue 204

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

Shades of Moody Blue #7A6DCC

Tints of Moody Blue #7A6DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.06%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 28.05%
G = 25.06%
B = 46.9%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A6DCC (or 0x7A6DCC) is known color: Moody Blue. HEX triplet: 7A, 6D and CC. RGB value is (122,109,204). Sum of RGB (Red+Green+Blue) = 122+109+204=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A6DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DCC is #859233. Grayscale: #7B7B7B. Windows color (decimal): -8753716 or 13397370. OLE color: 13397370.

HSL color Cylindrical-coordinate representation of color #7A6DCC: hue angle of 248.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A6DCC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 109 204 -
CMYK 0.40 0.47 0 0.2
HSL 248.21º 0.48% 0.61% -
HSV(B) 248.21º 0.47% 0.8% -
XYZ 24.39 19.43 59.59 -
YUV 123.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 122 109 204 0.40 0.47 0 0.2 248.21 0.48 0.61
Hex 7A 6D CC 28 2F 0 14 F8 30 3D
Octal 172 155 314 50 57 0 24 370 60 75
Binary 1111010 1101101 11001100 101000 101111 0 10100 11111000 110000 111101

Color Harmonies of #7A6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6DCC

Black with #7A6DCC

Text Example


Text Example

White with #7A6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,109,204); }

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

background-color css

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

 a { background-color: rgb(122,109,204); }

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

border-color css

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

 span { border-color: rgb(122,109,204); }

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