Html Css Color HEX #7A6CBC Moody Blue

📋 copy color: '#7A6CBC'

red 122 ◦ green 108 ◦ blue 188

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

Shades of Moody Blue #7A6CBC

Tints of Moody Blue #7A6CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 29.19%
G = 25.84%
B = 44.98%

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

#7A6CBC (or 0x7A6CBC) is known color: Moody Blue. HEX triplet: 7A, 6C and BC. RGB value is (122,108,188). Sum of RGB (Red+Green+Blue) = 122+108+188=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6CBC is #859343. Grayscale: #797979. Windows color (decimal): -8753988 or 12348538. OLE color: 12348538.

HSL color Cylindrical-coordinate representation of color #7A6CBC: hue angle of 250.5º degrees, saturation: 0.37, 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 #7A6CBC is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 108 188 -
CMYK 0.35 0.43 0 0.26
HSL 250.5º 0.37% 0.58% -
HSV(B) 250.5º 0.43% 0.74% -
XYZ 22.47 18.49 49.96 -
YUV 121.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 122 108 188 0.35 0.43 0 0.26 250.5 0.37 0.58
Hex 7A 6C BC 23 2B 0 1A FB 25 3A
Octal 172 154 274 43 53 0 32 373 45 72
Binary 1111010 1101100 10111100 100011 101011 0 11010 11111011 100101 111010

Color Harmonies of #7A6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6CBC

Black with #7A6CBC

Text Example


Text Example

White with #7A6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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