Html Css Color HEX #7A6CCD Moody Blue

📋 copy color: '#7A6CCD'

red 122 ◦ green 108 ◦ blue 205

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

Shades of Moody Blue #7A6CCD

Tints of Moody Blue #7A6CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.83%

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 28.05%
G = 24.83%
B = 47.13%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A6CCD (or 0x7A6CCD) is known color: Moody Blue. HEX triplet: 7A, 6C and CD. RGB value is (122,108,205). Sum of RGB (Red+Green+Blue) = 122+108+205=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6CCD is #859332. Grayscale: #7A7A7A. Windows color (decimal): -8753971 or 13462650. OLE color: 13462650.

HSL color Cylindrical-coordinate representation of color #7A6CCD: hue angle of 248.66º degrees, saturation: 0.49, 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 #7A6CCD is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 108 205 -
CMYK 0.40 0.47 0 0.20
HSL 248.66º 0.49% 0.61% -
HSV(B) 248.66º 0.47% 0.8% -
XYZ 24.41 19.27 60.19 -
YUV 123.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 122 108 205 0.40 0.47 0 0.20 248.66 0.49 0.61
Hex 7A 6C CD 28 2F 0 14 F9 31 3D
Octal 172 154 315 50 57 0 24 371 61 75
Binary 1111010 1101100 11001101 101000 101111 0 10100 11111001 110001 111101

Color Harmonies of #7A6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6CCD

Black with #7A6CCD

Text Example


Text Example

White with #7A6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,108,205); }

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

background-color css

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

 a { background-color: rgb(122,108,205); }

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

border-color css

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

 span { border-color: rgb(122,108,205); }

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