Html Css Color HEX #7368DE Medium Slate Blue

📋 copy color: '#7368DE'

red 115 ◦ green 104 ◦ blue 222

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

Shades of Medium Slate Blue #7368DE

Tints of Medium Slate Blue #7368DE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.58%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 26.08%
G = 23.58%
B = 50.34%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7368DE (or 0x7368DE) is known color: Medium Slate Blue. HEX triplet: 73, 68 and DE. RGB value is (115,104,222). Sum of RGB (Red+Green+Blue) = 115+104+222=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #7368DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368DE is #8C9721. Grayscale: #787878. Windows color (decimal): -9213730 or 14575731. OLE color: 14575731.

HSL color Cylindrical-coordinate representation of color #7368DE: hue angle of 245.59º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7368DE is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 104 222 -
CMYK 0.48 0.53 0 0.13
HSL 245.59º 0.64% 0.64% -
HSV(B) 245.59º 0.53% 0.87% -
XYZ 25.21 18.82 71.41 -
YUV 120.74 185.14 123.91 -
System Red Green Blue C M Y K H S L
Decimal 115 104 222 0.48 0.53 0 0.13 245.59 0.64 0.64
Hex 73 68 DE 30 35 0 D F6 40 40
Octal 163 150 336 60 65 0 15 366 100 100
Binary 1110011 1101000 11011110 110000 110101 0 1101 11110110 1000000 1000000

Color Harmonies of #7368DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7368DE

Black with #7368DE

Text Example


Text Example

White with #7368DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7368DE; }

 p { color: rgb(115,104,222); }

 H1.HeaderClassName
 {
   color: #7368DE;
 }
 .AnyTagClassName
 {
   color: #7368DE;
 }
</style>

background-color css

<style>
 a { background-color: #7368DE; }

 a { background-color: rgb(115,104,222); }

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

border-color css

<style>
 span { border-color: #7368DE; }

 span { border-color: rgb(115,104,222); }

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