Html Css Color HEX #7578D3 Moody Blue

📋 copy color: '#7578D3'

red 117 ◦ green 120 ◦ blue 211

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

Shades of Moody Blue #7578D3

Tints of Moody Blue #7578D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.1%

R = 26.12%
G = 26.79%
B = 47.1%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7578D3 (or 0x7578D3) is known color: Moody Blue. HEX triplet: 75, 78 and D3. RGB value is (117,120,211). Sum of RGB (Red+Green+Blue) = 117+120+211=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #7578D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7578D3 is #8A872C. Grayscale: #818181. Windows color (decimal): -9078573 or 13858933. OLE color: 13858933.

HSL color Cylindrical-coordinate representation of color #7578D3: hue angle of 238.09º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7578D3 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 120 211 -
CMYK 0.45 0.43 0 0.17
HSL 238.09º 0.52% 0.64% -
HSV(B) 238.09º 0.45% 0.83% -
XYZ 25.81 21.92 64.5 -
YUV 129.48 174.01 119.1 -
System Red Green Blue C M Y K H S L
Decimal 117 120 211 0.45 0.43 0 0.17 238.09 0.52 0.64
Hex 75 78 D3 2D 2B 0 11 EE 34 40
Octal 165 170 323 55 53 0 21 356 64 100
Binary 1110101 1111000 11010011 101101 101011 0 10001 11101110 110100 1000000

Color Harmonies of #7578D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7578D3

Black with #7578D3

Text Example


Text Example

White with #7578D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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