Html Css Color HEX #7578DB Moody Blue

📋 copy color: '#7578DB'

red 117 ◦ green 120 ◦ blue 219

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

Shades of Moody Blue #7578DB

Tints of Moody Blue #7578DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 25.66%
G = 26.32%
B = 48.03%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7578DB (or 0x7578DB) is known color: Moody Blue. HEX triplet: 75, 78 and DB. RGB value is (117,120,219). Sum of RGB (Red+Green+Blue) = 117+120+219=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #7578DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7578DB is #8A8724. Grayscale: #818181. Windows color (decimal): -9078565 or 14383221. OLE color: 14383221.

HSL color Cylindrical-coordinate representation of color #7578DB: hue angle of 238.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7578DB is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 120 219 -
CMYK 0.47 0.45 0 0.14
HSL 238.24º 0.59% 0.66% -
HSV(B) 238.24º 0.47% 0.86% -
XYZ 26.84 22.33 69.91 -
YUV 130.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 117 120 219 0.47 0.45 0 0.14 238.24 0.59 0.66
Hex 75 78 DB 2F 2D 0 E EE 3B 42
Octal 165 170 333 57 55 0 16 356 73 102
Binary 1110101 1111000 11011011 101111 101101 0 1110 11101110 111011 1000010

Color Harmonies of #7578DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7578DB

Black with #7578DB

Text Example


Text Example

White with #7578DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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