Html Css Color HEX #7378EF Medium Slate Blue

📋 copy color: '#7378EF'

red 115 ◦ green 120 ◦ blue 239

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

Shades of Medium Slate Blue #7378EF

Tints of Medium Slate Blue #7378EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 24.26%
G = 25.32%
B = 50.42%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7378EF (or 0x7378EF) is known color: Medium Slate Blue. HEX triplet: 73, 78 and EF. RGB value is (115,120,239). Sum of RGB (Red+Green+Blue) = 115+120+239=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #7378EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7378EF is #8C8710. Grayscale: #838383. Windows color (decimal): -9209617 or 15693939. OLE color: 15693939.

HSL color Cylindrical-coordinate representation of color #7378EF: hue angle of 237.58º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7378EF is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 120 239 -
CMYK 0.52 0.50 0 0.06
HSL 237.58º 0.79% 0.69% -
HSV(B) 237.58º 0.52% 0.94% -
XYZ 29.37 23.31 84.61 -
YUV 132.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 115 120 239 0.52 0.50 0 0.06 237.58 0.79 0.69
Hex 73 78 EF 34 32 0 6 EE 4F 45
Octal 163 170 357 64 62 0 6 356 117 105
Binary 1110011 1111000 11101111 110100 110010 0 110 11101110 1001111 1000101

Color Harmonies of #7378EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7378EF

Black with #7378EF

Text Example


Text Example

White with #7378EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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