#7F7CCA

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

Shades of Moody Blue #7F7CCA

Tints of Moody Blue #7F7CCA

Color information

#7F7CCA (or 0x7F7CCA) is unknown color: approx Moody Blue. HEX triplet: 7F, 7C and CA. RGB value is (127,124,202). Sum of RGB (Red+Green+Blue) = 127+124+202=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F7CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CCA is #808335. Grayscale: #858585. Windows color (decimal): -8422198 or 13270143. OLE color: 13270143.

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

Color convert

RGB127124202-
CMYK0.370.3900.21
HSL242.31º42.39%63.92%-
HSV(B)242.31º38.61%79.22%-
XYZ26.6223.1958.95-
YUV133.79166.49123.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.04%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=28.04%
G=27.37%
B=44.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271242020.370.3900.21242.3142.3963.92
Hex7F7CCA2527015f22a40
Octal177174312454702536252100
Binary1111111111110011001010100101100111010101111100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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