Html Css Color HEX #7363F2 Medium Slate Blue

📋 copy color: '#7363F2'

red 115 ◦ green 99 ◦ blue 242

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

Shades of Medium Slate Blue #7363F2

Tints of Medium Slate Blue #7363F2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.71%

 BLUE value IS 242 (94.92% from 255) = 53.07%

R = 25.22%
G = 21.71%
B = 53.07%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7363F2 (or 0x7363F2) is known color: Medium Slate Blue. HEX triplet: 73, 63 and F2. RGB value is (115,99,242). Sum of RGB (Red+Green+Blue) = 115+99+242=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #7363F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7363F2 is #8C9C0D. Grayscale: #777777. Windows color (decimal): -9214990 or 15885171. OLE color: 15885171.

HSL color Cylindrical-coordinate representation of color #7363F2: hue angle of 246.71º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7363F2 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 99 242 -
CMYK 0.52 0.59 0 0.05
HSL 246.71º 0.85% 0.67% -
HSV(B) 246.71º 0.59% 0.95% -
XYZ 27.56 18.98 86.22 -
YUV 120.09 196.8 124.37 -
System Red Green Blue C M Y K H S L
Decimal 115 99 242 0.52 0.59 0 0.05 246.71 0.85 0.67
Hex 73 63 F2 34 3B 0 5 F7 55 43
Octal 163 143 362 64 73 0 5 367 125 103
Binary 1110011 1100011 11110010 110100 111011 0 101 11110111 1010101 1000011

Color Harmonies of #7363F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7363F2

Black with #7363F2

Text Example


Text Example

White with #7363F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7363F2; }

 p { color: rgb(115,99,242); }

 H1.HeaderClassName
 {
   color: #7363F2;
 }
 .AnyTagClassName
 {
   color: #7363F2;
 }
</style>

background-color css

<style>
 a { background-color: #7363F2; }

 a { background-color: rgb(115,99,242); }

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

border-color css

<style>
 span { border-color: #7363F2; }

 span { border-color: rgb(115,99,242); }

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