Html Css Color HEX #7345FD Medium Slate Blue

📋 copy color: '#7345FD'

red 115 ◦ green 69 ◦ blue 253

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

Shades of Medium Slate Blue #7345FD

Tints of Medium Slate Blue #7345FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.79%

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

R = 26.32%
G = 15.79%
B = 57.89%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7345FD (or 0x7345FD) is known color: Medium Slate Blue. HEX triplet: 73, 45 and FD. RGB value is (115,69,253). Sum of RGB (Red+Green+Blue) = 115+69+253=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #7345FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7345FD is #8CBA02. Grayscale: #676767. Windows color (decimal): -9222659 or 16598387. OLE color: 16598387.

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

Color convert

RGB 115 69 253 -
CMYK 0.55 0.73 0 0.01
HSL 255º 0.98% 0.63% -
HSV(B) 255º 0.73% 0.99% -
XYZ 26.93 14.99 94.4 -
YUV 103.73 212.24 136.04 -
System Red Green Blue C M Y K H S L
Decimal 115 69 253 0.55 0.73 0 0.01 255 0.98 0.63
Hex 73 45 FD 37 49 0 1 FF 62 3F
Octal 163 105 375 67 111 0 1 377 142 77
Binary 1110011 1000101 11111101 110111 1001001 0 1 11111111 1100010 111111

Color Harmonies of #7345FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7345FD

Black with #7345FD

Text Example


Text Example

White with #7345FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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