#7F6BC8

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

Shades of Moody Blue #7F6BC8

Tints of Moody Blue #7F6BC8

Color information

#7F6BC8 (or 0x7F6BC8) is unknown color: approx Moody Blue. HEX triplet: 7F, 6B and C8. RGB value is (127,107,200). Sum of RGB (Red+Green+Blue) = 127+107+200=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #7F6BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6BC8 is #809437. Grayscale: #7B7B7B. Windows color (decimal): -8426552 or 13134719. OLE color: 13134719.

HSL color Cylindrical-coordinate representation of color #7F6BC8: hue angle of 252.9º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F6BC8 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB127107200-
CMYK0.360.4600.22
HSL252.9º45.81%60.2%-
HSV(B)252.9º46.5%78.43%-
XYZ24.4419.257.06-
YUV123.58171.13130.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 107 (42.19% from 255) = 24.65%
BLUE value IS 200 (78.52% from 255) = 46.08%
R=29.26%
G=24.65%
B=46.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271072000.360.4600.22252.945.8160.2
Hex7F6BC8242E016fd2e3c
Octal17715331044560263755674
Binary111111111010111100100010010010111001011011111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,107,200); }

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

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

 a { background-color: rgb(127,107,200); }

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

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

 span { border-color: rgb(127,107,200); }

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