Html Css Color HEX #7A6CCE Moody Blue

📋 copy color: '#7A6CCE'

red 122 ◦ green 108 ◦ blue 206

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

Shades of Moody Blue #7A6CCE

Tints of Moody Blue #7A6CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 27.98%
G = 24.77%
B = 47.25%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A6CCE (or 0x7A6CCE) is known color: Moody Blue. HEX triplet: 7A, 6C and CE. RGB value is (122,108,206). Sum of RGB (Red+Green+Blue) = 122+108+206=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A6CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6CCE is #859331. Grayscale: #7A7A7A. Windows color (decimal): -8753970 or 13528186. OLE color: 13528186.

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

Color convert

RGB 122 108 206 -
CMYK 0.41 0.48 0 0.19
HSL 248.57º 0.5% 0.62% -
HSV(B) 248.57º 0.48% 0.81% -
XYZ 24.53 19.32 60.83 -
YUV 123.36 174.64 127.03 -
System Red Green Blue C M Y K H S L
Decimal 122 108 206 0.41 0.48 0 0.19 248.57 0.5 0.62
Hex 7A 6C CE 29 30 0 13 F9 32 3E
Octal 172 154 316 51 60 0 23 371 62 76
Binary 1111010 1101100 11001110 101001 110000 0 10011 11111001 110010 111110

Color Harmonies of #7A6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6CCE

Black with #7A6CCE

Text Example


Text Example

White with #7A6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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