#7575BE

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

Shades of Moody Blue #7575BE

Tints of Moody Blue #7575BE

Color information

#7575BE (or 0x7575BE) is unknown color: approx Moody Blue. HEX triplet: 75, 75 and BE. RGB value is (117,117,190). Sum of RGB (Red+Green+Blue) = 117+117+190=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #7575BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7575BE is #8A8A41. Grayscale: #7D7D7D. Windows color (decimal): -9079362 or 12481909. OLE color: 12481909.

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

Color convert

RGB117117190-
CMYK0.380.3800.25
HSL240º35.96%60.2%-
HSV(B)240º38.42%74.51%-
XYZ22.9920.2251.41-
YUV125.32164.5122.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.59%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=27.59%
G=27.59%
B=44.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171171900.380.3800.2524035.9660.2
Hex7575BE2626019f0243c
Octal16516527646460313604474
Binary111010111101011011111010011010011001100111110000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7575BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7575BE; }

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

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

<style>
 a { background-color: #7575BE; }

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

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

<style>
 span { border-color: #7575BE; }

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

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