Html Css Color HEX #7369E0 Medium Slate Blue

📋 copy color: '#7369E0'

red 115 ◦ green 105 ◦ blue 224

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

Shades of Medium Slate Blue #7369E0

Tints of Medium Slate Blue #7369E0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.65%

 BLUE value IS 224 (87.89% from 255) = 50.45%

R = 25.9%
G = 23.65%
B = 50.45%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7369E0 (or 0x7369E0) is known color: Medium Slate Blue. HEX triplet: 73, 69 and E0. RGB value is (115,105,224). Sum of RGB (Red+Green+Blue) = 115+105+224=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #7369E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369E0 is #8C961F. Grayscale: #797979. Windows color (decimal): -9213472 or 14707059. OLE color: 14707059.

HSL color Cylindrical-coordinate representation of color #7369E0: hue angle of 245.04º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7369E0 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 105 224 -
CMYK 0.49 0.53 0 0.12
HSL 245.04º 0.66% 0.65% -
HSV(B) 245.04º 0.53% 0.88% -
XYZ 25.58 19.13 72.87 -
YUV 121.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 115 105 224 0.49 0.53 0 0.12 245.04 0.66 0.65
Hex 73 69 E0 31 35 0 C F5 42 41
Octal 163 151 340 61 65 0 14 365 102 101
Binary 1110011 1101001 11100000 110001 110101 0 1100 11110101 1000010 1000001

Color Harmonies of #7369E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7369E0

Black with #7369E0

Text Example


Text Example

White with #7369E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7369E0; }

 p { color: rgb(115,105,224); }

 H1.HeaderClassName
 {
   color: #7369E0;
 }
 .AnyTagClassName
 {
   color: #7369E0;
 }
</style>

background-color css

<style>
 a { background-color: #7369E0; }

 a { background-color: rgb(115,105,224); }

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

border-color css

<style>
 span { border-color: #7369E0; }

 span { border-color: rgb(115,105,224); }

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