Html Css Color HEX #7575BE Moody Blue

📋 copy color: '#7575BE'

red 117 ◦ green 117 ◦ blue 190

#7575BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #7575BE

Tints of Moody Blue #7575BE

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 value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7575BE (or 0x7575BE) is known color: 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

RGB 117 117 190 -
CMYK 0.38 0.38 0 0.25
HSL 240º 0.36% 0.6% -
HSV(B) 240º 0.38% 0.75% -
XYZ 22.99 20.22 51.41 -
YUV 125.32 164.5 122.06 -
System Red Green Blue C M Y K H S L
Decimal 117 117 190 0.38 0.38 0 0.25 240 0.36 0.6
Hex 75 75 BE 26 26 0 19 F0 24 3C
Octal 165 165 276 46 46 0 31 360 44 74
Binary 1110101 1110101 10111110 100110 100110 0 11001 11110000 100100 111100

Color Harmonies of #7575BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7575BE

Black with #7575BE

Text Example


Text Example

White with #7575BE

Text Example


Text Example

HTML Codes & Css Web 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>