#7f75be

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

Shades of Moody Blue #7F75BE

Tints of Moody Blue #7F75BE

Color information

#7F75BE (or 0x7F75BE) is unknown color: approx Moody Blue. HEX triplet: 7F, 75 and BE. RGB value is (127,117,190). Sum of RGB (Red+Green+Blue) = 127+117+190=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F75BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F75BE is #808A41. Grayscale: #808080. Windows color (decimal): -8424002 or 12481919. OLE color: 12481919.

HSL color Cylindrical-coordinate representation of color #7F75BE: hue angle of 248.22º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F75BE is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127117190-
CMYK0.330.3800.25
HSL248.22º35.96%60.2%-
HSV(B)248.22º38.42%74.51%-
XYZ24.4120.9551.47-
YUV128.31162.81127.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=29.26%
G=26.96%
B=43.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271171900.330.3800.25248.2235.9660.2
Hex7F75BE2126019f8243c
Octal17716527641460313704474
Binary111111111101011011111010000110011001100111111000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f75be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,117,190); }

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

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

 a { background-color: rgb(127,117,190); }

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

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

 span { border-color: rgb(127,117,190); }

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