Html Css Color HEX #7245FD Medium Slate Blue

📋 copy color: '#7245FD'

red 114 ◦ green 69 ◦ blue 253

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

Shades of Medium Slate Blue #7245FD

Tints of Medium Slate Blue #7245FD

RGB

 RED value IS 114 (44.92% from 255) = 26.15%

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

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

R = 26.15%
G = 15.83%
B = 58.03%

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

#7245FD (or 0x7245FD) is known color: Medium Slate Blue. HEX triplet: 72, 45 and FD. RGB value is (114,69,253). Sum of RGB (Red+Green+Blue) = 114+69+253=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #7245FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7245FD is #8DBA02. Grayscale: #666666. Windows color (decimal): -9288195 or 16598386. OLE color: 16598386.

HSL color Cylindrical-coordinate representation of color #7245FD: hue angle of 254.67º 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 #7245FD is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 69 253 -
CMYK 0.55 0.73 0 0.01
HSL 254.67º 0.98% 0.63% -
HSV(B) 254.67º 0.73% 0.99% -
XYZ 26.8 14.93 94.4 -
YUV 103.43 212.41 135.54 -
System Red Green Blue C M Y K H S L
Decimal 114 69 253 0.55 0.73 0 0.01 254.67 0.98 0.63
Hex 72 45 FD 37 49 0 1 FF 62 3F
Octal 162 105 375 67 111 0 1 377 142 77
Binary 1110010 1000101 11111101 110111 1001001 0 1 11111111 1100010 111111

Color Harmonies of #7245FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7245FD

Black with #7245FD

Text Example


Text Example

White with #7245FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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