#7A6BBC

Color #7A6BBC Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7A6BBC

Tints of Moody Blue #7A6BBC

Color information

#7A6BBC (or 0x7A6BBC) is unknown color: approx Moody Blue. HEX triplet: 7A, 6B and BC. RGB value is (122,107,188). Sum of RGB (Red+Green+Blue) = 122+107+188=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A6BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BBC is #859443. Grayscale: #787878. Windows color (decimal): -8754244 or 12348282. OLE color: 12348282.

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

Color convert

RGB122107188-
CMYK0.350.4300.26
HSL251.11º37.67%57.84%-
HSV(B)251.11º43.09%73.73%-
XYZ22.3618.2849.93-
YUV120.72165.97128.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=29.26%
G=25.66%
B=45.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221071880.350.4300.26251.1137.6757.84
Hex7A6BBC232B01Afb263a
Octal17215327443530323734672
Binary111101011010111011110010001110101101101011111011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A6BBC;
 }
 .AnyTagClassName
 {
   color: #7A6BBC;
 }
</style>
background-color css

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

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

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

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

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

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