#7F69D5

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

Shades of Moody Blue #7F69D5

Tints of Moody Blue #7F69D5

Color information

#7F69D5 (or 0x7F69D5) is unknown color: approx Moody Blue. HEX triplet: 7F, 69 and D5. RGB value is (127,105,213). Sum of RGB (Red+Green+Blue) = 127+105+213=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #7F69D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F69D5 is #80962A. Grayscale: #7B7B7B. Windows color (decimal): -8427051 or 13986175. OLE color: 13986175.

HSL color Cylindrical-coordinate representation of color #7F69D5: hue angle of 252.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F69D5 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB127105213-
CMYK0.400.5100.16
HSL252.22º56.25%62.35%-
HSV(B)252.22º50.7%83.53%-
XYZ25.8119.4265.34-
YUV123.89178.29130.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.54%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 213 (83.59% from 255) = 47.87%
R=28.54%
G=23.60%
B=47.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1271052130.400.5100.16252.2256.2562.35
Hex7F69D52833010fc383e
Octal17715132550630203747076
Binary111111111010011101010110100011001101000011111100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F69D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,105,213); }

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

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

 a { background-color: rgb(127,105,213); }

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

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

 span { border-color: rgb(127,105,213); }

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