#7C69CA

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

Shades of Moody Blue #7C69CA

Tints of Moody Blue #7C69CA

Color information

#7C69CA (or 0x7C69CA) is unknown color: approx Moody Blue. HEX triplet: 7C, 69 and CA. RGB value is (124,105,202). Sum of RGB (Red+Green+Blue) = 124+105+202=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C69CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69CA is #839635. Grayscale: #797979. Windows color (decimal): -8623670 or 13265276. OLE color: 13265276.

HSL color Cylindrical-coordinate representation of color #7C69CA: hue angle of 251.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C69CA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB124105202-
CMYK0.390.4800.21
HSL251.75º47.78%60.2%-
HSV(B)251.75º48.02%79.22%-
XYZ24.0218.6558.21-
YUV121.74173.29129.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.77%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=28.77%
G=24.36%
B=46.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1241052020.390.4800.21251.7547.7860.2
Hex7C69CA2730015fc303c
Octal17415131247600253746074
Binary111110011010011100101010011111000001010111111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,105,202); }

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

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

 a { background-color: rgb(124,105,202); }

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

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

 span { border-color: rgb(124,105,202); }

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