#7A68CD

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

Shades of Moody Blue #7A68CD

Tints of Moody Blue #7A68CD

Color information

#7A68CD (or 0x7A68CD) is unknown color: approx Moody Blue. HEX triplet: 7A, 68 and CD. RGB value is (122,104,205). Sum of RGB (Red+Green+Blue) = 122+104+205=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68CD is #859732. Grayscale: #787878. Windows color (decimal): -8754995 or 13461626. OLE color: 13461626.

HSL color Cylindrical-coordinate representation of color #7A68CD: hue angle of 250.69º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A68CD is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB122104205-
CMYK0.400.4900.20
HSL250.69º50.25%60.59%-
HSV(B)250.69º49.27%80.39%-
XYZ2418.4560.05-
YUV120.9175.46128.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.31%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=28.31%
G=24.13%
B=47.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221042050.400.4900.20250.6950.2560.59
Hex7A68CD2831014fb323d
Octal17215031550610243736275
Binary111101011010001100110110100011000101010011111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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