#7F7BC1

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

Shades of Moody Blue #7F7BC1

Tints of Moody Blue #7F7BC1

Color information

#7F7BC1 (or 0x7F7BC1) is unknown color: approx Moody Blue. HEX triplet: 7F, 7B and C1. RGB value is (127,123,193). Sum of RGB (Red+Green+Blue) = 127+123+193=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #7F7BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7BC1 is #80843E. Grayscale: #838383. Windows color (decimal): -8422463 or 12680063. OLE color: 12680063.

HSL color Cylindrical-coordinate representation of color #7F7BC1: hue angle of 243.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F7BC1 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB127123193-
CMYK0.340.3600.24
HSL243.43º36.08%61.96%-
HSV(B)243.43º36.27%75.69%-
XYZ25.4622.5353.46-
YUV132.18162.33124.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.67%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=28.67%
G=27.77%
B=43.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271231930.340.3600.24243.4336.0861.96
Hex7F7BC12224018f3243e
Octal17717330142440303634476
Binary111111111110111100000110001010010001100011110011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,123,193); }

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

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

 a { background-color: rgb(127,123,193); }

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

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

 span { border-color: rgb(127,123,193); }

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