Html Css Color HEX #7365EA Medium Slate Blue

📋 copy color: '#7365EA'

red 115 ◦ green 101 ◦ blue 234

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

Shades of Medium Slate Blue #7365EA

Tints of Medium Slate Blue #7365EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.44%

 BLUE value IS 234 (91.8% from 255) = 52%

R = 25.56%
G = 22.44%
B = 52%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7365EA (or 0x7365EA) is known color: Medium Slate Blue. HEX triplet: 73, 65 and EA. RGB value is (115,101,234). Sum of RGB (Red+Green+Blue) = 115+101+234=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #7365EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7365EA is #8C9A15. Grayscale: #777777. Windows color (decimal): -9214486 or 15361395. OLE color: 15361395.

HSL color Cylindrical-coordinate representation of color #7365EA: hue angle of 246.32º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7365EA is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 101 234 -
CMYK 0.51 0.57 0 0.08
HSL 246.32º 0.76% 0.66% -
HSV(B) 246.32º 0.57% 0.92% -
XYZ 26.58 18.89 80.09 -
YUV 120.35 192.14 124.19 -
System Red Green Blue C M Y K H S L
Decimal 115 101 234 0.51 0.57 0 0.08 246.32 0.76 0.66
Hex 73 65 EA 33 39 0 8 F6 4C 42
Octal 163 145 352 63 71 0 10 366 114 102
Binary 1110011 1100101 11101010 110011 111001 0 1000 11110110 1001100 1000010

Color Harmonies of #7365EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7365EA

Black with #7365EA

Text Example


Text Example

White with #7365EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7365EA; }

 p { color: rgb(115,101,234); }

 H1.HeaderClassName
 {
   color: #7365EA;
 }
 .AnyTagClassName
 {
   color: #7365EA;
 }
</style>

background-color css

<style>
 a { background-color: #7365EA; }

 a { background-color: rgb(115,101,234); }

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

border-color css

<style>
 span { border-color: #7365EA; }

 span { border-color: rgb(115,101,234); }

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