Html Css Color HEX #7A6CBD Moody Blue

📋 copy color: '#7A6CBD'

red 122 ◦ green 108 ◦ blue 189

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

Shades of Moody Blue #7A6CBD

Tints of Moody Blue #7A6CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.11%

R = 29.12%
G = 25.78%
B = 45.11%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A6CBD (or 0x7A6CBD) is known color: Moody Blue. HEX triplet: 7A, 6C and BD. RGB value is (122,108,189). Sum of RGB (Red+Green+Blue) = 122+108+189=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A6CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6CBD is #859342. Grayscale: #797979. Windows color (decimal): -8753987 or 12414074. OLE color: 12414074.

HSL color Cylindrical-coordinate representation of color #7A6CBD: hue angle of 250.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A6CBD is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 108 189 -
CMYK 0.35 0.43 0 0.26
HSL 250.37º 0.38% 0.58% -
HSV(B) 250.37º 0.43% 0.74% -
XYZ 22.57 18.54 50.53 -
YUV 121.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 122 108 189 0.35 0.43 0 0.26 250.37 0.38 0.58
Hex 7A 6C BD 23 2B 0 1A FA 26 3A
Octal 172 154 275 43 53 0 32 372 46 72
Binary 1111010 1101100 10111101 100011 101011 0 11010 11111010 100110 111010

Color Harmonies of #7A6CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6CBD

Black with #7A6CBD

Text Example


Text Example

White with #7A6CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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