Html Css Color HEX #7250FD Medium Slate Blue

📋 copy color: '#7250FD'

red 114 ◦ green 80 ◦ blue 253

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

Shades of Medium Slate Blue #7250FD

Tints of Medium Slate Blue #7250FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.9%

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

R = 25.5%
G = 17.9%
B = 56.6%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7250FD (or 0x7250FD) is known color: Medium Slate Blue. HEX triplet: 72, 50 and FD. RGB value is (114,80,253). Sum of RGB (Red+Green+Blue) = 114+80+253=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #7250FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7250FD is #8DAF02. Grayscale: #6D6D6D. Windows color (decimal): -9285379 or 16601202. OLE color: 16601202.

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

Color convert

RGB 114 80 253 -
CMYK 0.55 0.68 0 0.01
HSL 251.79º 0.98% 0.65% -
HSV(B) 251.79º 0.68% 0.99% -
XYZ 27.54 16.41 94.64 -
YUV 109.89 208.76 130.93 -
System Red Green Blue C M Y K H S L
Decimal 114 80 253 0.55 0.68 0 0.01 251.79 0.98 0.65
Hex 72 50 FD 37 44 0 1 FC 62 41
Octal 162 120 375 67 104 0 1 374 142 101
Binary 1110010 1010000 11111101 110111 1000100 0 1 11111100 1100010 1000001

Color Harmonies of #7250FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250FD

Black with #7250FD

Text Example


Text Example

White with #7250FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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