Html Css Color HEX #7369ED Medium Slate Blue

📋 copy color: '#7369ED'

red 115 ◦ green 105 ◦ blue 237

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

Shades of Medium Slate Blue #7369ED

Tints of Medium Slate Blue #7369ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 25.16%
G = 22.98%
B = 51.86%

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

#7369ED (or 0x7369ED) is known color: Medium Slate Blue. HEX triplet: 73, 69 and ED. RGB value is (115,105,237). Sum of RGB (Red+Green+Blue) = 115+105+237=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #7369ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7369ED is #8C9612. Grayscale: #7A7A7A. Windows color (decimal): -9213459 or 15559027. OLE color: 15559027.

HSL color Cylindrical-coordinate representation of color #7369ED: hue angle of 244.55º degrees, saturation: 0.79, 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 #7369ED is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 105 237 -
CMYK 0.51 0.56 0 0.07
HSL 244.55º 0.79% 0.67% -
HSV(B) 244.55º 0.56% 0.93% -
XYZ 27.41 19.86 82.51 -
YUV 123.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 115 105 237 0.51 0.56 0 0.07 244.55 0.79 0.67
Hex 73 69 ED 33 38 0 7 F5 4F 43
Octal 163 151 355 63 70 0 7 365 117 103
Binary 1110011 1101001 11101101 110011 111000 0 111 11110101 1001111 1000011

Color Harmonies of #7369ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7369ED

Black with #7369ED

Text Example


Text Example

White with #7369ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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