Html Css Color HEX #7379EA Medium Slate Blue

📋 copy color: '#7379EA'

red 115 ◦ green 121 ◦ blue 234

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

Shades of Medium Slate Blue #7379EA

Tints of Medium Slate Blue #7379EA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.74%

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 24.47%
G = 25.74%
B = 49.79%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7379EA (or 0x7379EA) is known color: Medium Slate Blue. HEX triplet: 73, 79 and EA. RGB value is (115,121,234). Sum of RGB (Red+Green+Blue) = 115+121+234=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #7379EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7379EA is #8C8615. Grayscale: #838383. Windows color (decimal): -9209366 or 15366515. OLE color: 15366515.

HSL color Cylindrical-coordinate representation of color #7379EA: hue angle of 236.97º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7379EA is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 121 234 -
CMYK 0.51 0.48 0 0.08
HSL 236.97º 0.74% 0.68% -
HSV(B) 236.97º 0.51% 0.92% -
XYZ 28.76 23.26 80.82 -
YUV 132.09 185.51 115.81 -
System Red Green Blue C M Y K H S L
Decimal 115 121 234 0.51 0.48 0 0.08 236.97 0.74 0.68
Hex 73 79 EA 33 30 0 8 ED 4A 44
Octal 163 171 352 63 60 0 10 355 112 104
Binary 1110011 1111001 11101010 110011 110000 0 1000 11101101 1001010 1000100

Color Harmonies of #7379EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7379EA

Black with #7379EA

Text Example


Text Example

White with #7379EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7379EA; }

 p { color: rgb(115,121,234); }

 H1.HeaderClassName
 {
   color: #7379EA;
 }
 .AnyTagClassName
 {
   color: #7379EA;
 }
</style>

background-color css

<style>
 a { background-color: #7379EA; }

 a { background-color: rgb(115,121,234); }

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

border-color css

<style>
 span { border-color: #7379EA; }

 span { border-color: rgb(115,121,234); }

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