Html Css Color HEX #7578D5 Moody Blue

📋 copy color: '#7578D5'

red 117 ◦ green 120 ◦ blue 213

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

Shades of Moody Blue #7578D5

Tints of Moody Blue #7578D5

RGB

 RED value IS 117 (46.09% from 255) = 26%

 GREEN value IS 120 (47.27% from 255) = 26.67%

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 26%
G = 26.67%
B = 47.33%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7578D5 (or 0x7578D5) is known color: Moody Blue. HEX triplet: 75, 78 and D5. RGB value is (117,120,213). Sum of RGB (Red+Green+Blue) = 117+120+213=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #7578D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7578D5 is #8A872A. Grayscale: #818181. Windows color (decimal): -9078571 or 13990005. OLE color: 13990005.

HSL color Cylindrical-coordinate representation of color #7578D5: hue angle of 238.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7578D5 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 120 213 -
CMYK 0.45 0.44 0 0.16
HSL 238.13º 0.53% 0.65% -
HSV(B) 238.13º 0.45% 0.84% -
XYZ 26.06 22.02 65.83 -
YUV 129.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 117 120 213 0.45 0.44 0 0.16 238.13 0.53 0.65
Hex 75 78 D5 2D 2C 0 10 EE 35 41
Octal 165 170 325 55 54 0 20 356 65 101
Binary 1110101 1111000 11010101 101101 101100 0 10000 11101110 110101 1000001

Color Harmonies of #7578D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7578D5

Black with #7578D5

Text Example


Text Example

White with #7578D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7578D5; }

 p { color: rgb(117,120,213); }

 H1.HeaderClassName
 {
   color: #7578D5;
 }
 .AnyTagClassName
 {
   color: #7578D5;
 }
</style>

background-color css

<style>
 a { background-color: #7578D5; }

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

 div.DivClassName
 {
   background-color: #7578D5;
 }
 .BgClassName
 {
   background-color: #7578D5;
 }
</style>

border-color css

<style>
 span { border-color: #7578D5; }

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

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