Html Css Color HEX #7353FC Medium Slate Blue

📋 copy color: '#7353FC'

red 115 ◦ green 83 ◦ blue 252

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

Shades of Medium Slate Blue #7353FC

Tints of Medium Slate Blue #7353FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56%

R = 25.56%
G = 18.44%
B = 56%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7353FC (or 0x7353FC) is known color: Medium Slate Blue. HEX triplet: 73, 53 and FC. RGB value is (115,83,252). Sum of RGB (Red+Green+Blue) = 115+83+252=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #7353FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7353FC is #8CAC03. Grayscale: #6F6F6F. Windows color (decimal): -9219076 or 16536435. OLE color: 16536435.

HSL color Cylindrical-coordinate representation of color #7353FC: hue angle of 251.36º degrees, saturation: 0.97, 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 #7353FC is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 83 252 -
CMYK 0.54 0.67 0 0.01
HSL 251.36º 0.97% 0.66% -
HSV(B) 251.36º 0.67% 0.99% -
XYZ 27.73 16.86 93.89 -
YUV 111.83 207.1 130.26 -
System Red Green Blue C M Y K H S L
Decimal 115 83 252 0.54 0.67 0 0.01 251.36 0.97 0.66
Hex 73 53 FC 36 43 0 1 FB 61 42
Octal 163 123 374 66 103 0 1 373 141 102
Binary 1110011 1010011 11111100 110110 1000011 0 1 11111011 1100001 1000010

Color Harmonies of #7353FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353FC

Black with #7353FC

Text Example


Text Example

White with #7353FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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