Html Css Color HEX #7368EE Medium Slate Blue

📋 copy color: '#7368EE'

red 115 ◦ green 104 ◦ blue 238

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

Shades of Medium Slate Blue #7368EE

Tints of Medium Slate Blue #7368EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 25.16%
G = 22.76%
B = 52.08%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7368EE (or 0x7368EE) is known color: Medium Slate Blue. HEX triplet: 73, 68 and EE. RGB value is (115,104,238). Sum of RGB (Red+Green+Blue) = 115+104+238=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #7368EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7368EE is #8C9711. Grayscale: #7A7A7A. Windows color (decimal): -9213714 or 15624307. OLE color: 15624307.

HSL color Cylindrical-coordinate representation of color #7368EE: hue angle of 244.93º degrees, saturation: 0.8, 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 #7368EE is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 104 238 -
CMYK 0.52 0.56 0 0.07
HSL 244.93º 0.8% 0.67% -
HSV(B) 244.93º 0.56% 0.93% -
XYZ 27.45 19.72 83.25 -
YUV 122.57 193.14 122.6 -
System Red Green Blue C M Y K H S L
Decimal 115 104 238 0.52 0.56 0 0.07 244.93 0.8 0.67
Hex 73 68 EE 34 38 0 7 F5 50 43
Octal 163 150 356 64 70 0 7 365 120 103
Binary 1110011 1101000 11101110 110100 111000 0 111 11110101 1010000 1000011

Color Harmonies of #7368EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7368EE

Black with #7368EE

Text Example


Text Example

White with #7368EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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