Html Css Color HEX #7353FD Medium Slate Blue

📋 copy color: '#7353FD'

red 115 ◦ green 83 ◦ blue 253

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

Shades of Medium Slate Blue #7353FD

Tints of Medium Slate Blue #7353FD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.4%

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 25.5%
G = 18.4%
B = 56.1%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7353FD (or 0x7353FD) is known color: Medium Slate Blue. HEX triplet: 73, 53 and FD. RGB value is (115,83,253). Sum of RGB (Red+Green+Blue) = 115+83+253=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #7353FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7353FD is #8CAC02. Grayscale: #6F6F6F. Windows color (decimal): -9219075 or 16601971. OLE color: 16601971.

HSL color Cylindrical-coordinate representation of color #7353FD: hue angle of 251.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7353FD is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 83 253 -
CMYK 0.55 0.67 0 0.01
HSL 251.29º 0.98% 0.66% -
HSV(B) 251.29º 0.67% 0.99% -
XYZ 27.89 16.92 94.72 -
YUV 111.95 207.6 130.18 -
System Red Green Blue C M Y K H S L
Decimal 115 83 253 0.55 0.67 0 0.01 251.29 0.98 0.66
Hex 73 53 FD 37 43 0 1 FB 62 42
Octal 163 123 375 67 103 0 1 373 142 102
Binary 1110011 1010011 11111101 110111 1000011 0 1 11111011 1100010 1000010

Color Harmonies of #7353FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353FD

Black with #7353FD

Text Example


Text Example

White with #7353FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7353FD; }

 p { color: rgb(115,83,253); }

 H1.HeaderClassName
 {
   color: #7353FD;
 }
 .AnyTagClassName
 {
   color: #7353FD;
 }
</style>

background-color css

<style>
 a { background-color: #7353FD; }

 a { background-color: rgb(115,83,253); }

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

border-color css

<style>
 span { border-color: #7353FD; }

 span { border-color: rgb(115,83,253); }

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