#7F6CCC

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

Shades of Moody Blue #7F6CCC

Tints of Moody Blue #7F6CCC

Color information

#7F6CCC (or 0x7F6CCC) is unknown color: approx Moody Blue. HEX triplet: 7F, 6C and CC. RGB value is (127,108,204). Sum of RGB (Red+Green+Blue) = 127+108+204=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CCC is #809333. Grayscale: #7C7C7C. Windows color (decimal): -8426292 or 13397119. OLE color: 13397119.

HSL color Cylindrical-coordinate representation of color #7F6CCC: hue angle of 251.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F6CCC is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB127108204-
CMYK0.380.4700.2
HSL251.88º48.48%61.18%-
HSV(B)251.88º47.06%80%-
XYZ25.0119.659.59-
YUV124.62172.79129.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.93%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=28.93%
G=24.60%
B=46.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1271082040.380.4700.2251.8848.4861.18
Hex7F6CCC262F014fc303d
Octal17715431446570243746075
Binary111111111011001100110010011010111101010011111100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,108,204); }

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

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

 a { background-color: rgb(127,108,204); }

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

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

 span { border-color: rgb(127,108,204); }

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