#7B75BE

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

Shades of Moody Blue #7B75BE

Tints of Moody Blue #7B75BE

Color information

#7B75BE (or 0x7B75BE) is unknown color: approx Moody Blue. HEX triplet: 7B, 75 and BE. RGB value is (123,117,190). Sum of RGB (Red+Green+Blue) = 123+117+190=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B75BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B75BE is #848A41. Grayscale: #7E7E7E. Windows color (decimal): -8686146 or 12481915. OLE color: 12481915.

HSL color Cylindrical-coordinate representation of color #7B75BE: hue angle of 244.93º 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 #7B75BE is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB123117190-
CMYK0.350.3800.25
HSL244.93º35.96%60.2%-
HSV(B)244.93º38.42%74.51%-
XYZ23.8220.6551.45-
YUV127.12163.49125.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.60%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=28.60%
G=27.21%
B=44.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231171900.350.3800.25244.9335.9660.2
Hex7B75BE2326019f5243c
Octal17316527643460313654474
Binary111101111101011011111010001110011001100111110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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