Html Css Color HEX #7369EC Medium Slate Blue

📋 copy color: '#7369EC'

red 115 ◦ green 105 ◦ blue 236

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

Shades of Medium Slate Blue #7369EC

Tints of Medium Slate Blue #7369EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 25.22%
G = 23.03%
B = 51.75%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7369EC (or 0x7369EC) is known color: Medium Slate Blue. HEX triplet: 73, 69 and EC. RGB value is (115,105,236). Sum of RGB (Red+Green+Blue) = 115+105+236=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #7369EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7369EC is #8C9613. Grayscale: #7A7A7A. Windows color (decimal): -9213460 or 15493491. OLE color: 15493491.

HSL color Cylindrical-coordinate representation of color #7369EC: hue angle of 244.58º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7369EC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 105 236 -
CMYK 0.51 0.56 0 0.07
HSL 244.58º 0.78% 0.67% -
HSV(B) 244.58º 0.56% 0.93% -
XYZ 27.26 19.8 81.74 -
YUV 122.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 115 105 236 0.51 0.56 0 0.07 244.58 0.78 0.67
Hex 73 69 EC 33 38 0 7 F5 4E 43
Octal 163 151 354 63 70 0 7 365 116 103
Binary 1110011 1101001 11101100 110011 111000 0 111 11110101 1001110 1000011

Color Harmonies of #7369EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7369EC

Black with #7369EC

Text Example


Text Example

White with #7369EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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