Html Css Color HEX #7378DB Moody Blue

📋 copy color: '#7378DB'

red 115 ◦ green 120 ◦ blue 219

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

Shades of Moody Blue #7378DB

Tints of Moody Blue #7378DB

RGB

 RED value IS 115 (45.31% from 255) = 25.33%

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

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

R = 25.33%
G = 26.43%
B = 48.24%

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

#7378DB (or 0x7378DB) is known color: Moody Blue. HEX triplet: 73, 78 and DB. RGB value is (115,120,219). Sum of RGB (Red+Green+Blue) = 115+120+219=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #7378DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378DB is #8C8724. Grayscale: #818181. Windows color (decimal): -9209637 or 14383219. OLE color: 14383219.

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

Color convert

RGB 115 120 219 -
CMYK 0.47 0.45 0 0.14
HSL 237.12º 0.59% 0.65% -
HSV(B) 237.12º 0.47% 0.86% -
XYZ 26.57 22.19 69.9 -
YUV 129.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 115 120 219 0.47 0.45 0 0.14 237.12 0.59 0.65
Hex 73 78 DB 2F 2D 0 E ED 3B 41
Octal 163 170 333 57 55 0 16 355 73 101
Binary 1110011 1111000 11011011 101111 101101 0 1110 11101101 111011 1000001

Color Harmonies of #7378DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7378DB

Black with #7378DB

Text Example


Text Example

White with #7378DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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