Html Css Color HEX #7340FD Medium Slate Blue

📋 copy color: '#7340FD'

red 115 ◦ green 64 ◦ blue 253

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

Shades of Medium Slate Blue #7340FD

Tints of Medium Slate Blue #7340FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.81%

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

R = 26.62%
G = 14.81%
B = 58.56%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7340FD (or 0x7340FD) is known color: Medium Slate Blue. HEX triplet: 73, 40 and FD. RGB value is (115,64,253). Sum of RGB (Red+Green+Blue) = 115+64+253=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #7340FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7340FD is #8CBF02. Grayscale: #646464. Windows color (decimal): -9223939 or 16597107. OLE color: 16597107.

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

Color convert

RGB 115 64 253 -
CMYK 0.55 0.75 0 0.01
HSL 256.19º 0.98% 0.62% -
HSV(B) 256.19º 0.75% 0.99% -
XYZ 26.63 14.4 94.3 -
YUV 100.8 213.9 138.13 -
System Red Green Blue C M Y K H S L
Decimal 115 64 253 0.55 0.75 0 0.01 256.19 0.98 0.62
Hex 73 40 FD 37 4B 0 1 100 62 3E
Octal 163 100 375 67 113 0 1 400 142 76
Binary 1110011 1000000 11111101 110111 1001011 0 1 100000000 1100010 111110

Color Harmonies of #7340FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7340FD

Black with #7340FD

Text Example


Text Example

White with #7340FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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