Html Css Color HEX #7250FF Medium Slate Blue

📋 copy color: '#7250FF'

red 114 ◦ green 80 ◦ blue 255

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

Shades of Medium Slate Blue #7250FF

Tints of Medium Slate Blue #7250FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.79%

R = 25.39%
G = 17.82%
B = 56.79%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7250FF (or 0x7250FF) is known color: Medium Slate Blue. HEX triplet: 72, 50 and FF. RGB value is (114,80,255). Sum of RGB (Red+Green+Blue) = 114+80+255=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #7250FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7250FF is #8DAF00. Grayscale: #6D6D6D. Windows color (decimal): -9285377 or 16732274. OLE color: 16732274.

HSL color Cylindrical-coordinate representation of color #7250FF: hue angle of 251.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7250FF is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 80 255 -
CMYK 0.55 0.69 0 0
HSL 251.66º 1% 0.66% -
HSV(B) 251.66º 0.69% 1% -
XYZ 27.86 16.53 96.33 -
YUV 110.12 209.76 130.77 -
System Red Green Blue C M Y K H S L
Decimal 114 80 255 0.55 0.69 0 0 251.66 1 0.66
Hex 72 50 FF 37 45 0 0 FC 64 42
Octal 162 120 377 67 105 0 0 374 144 102
Binary 1110010 1010000 11111111 110111 1000101 0 0 11111100 1100100 1000010

Color Harmonies of #7250FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250FF

Black with #7250FF

Text Example


Text Example

White with #7250FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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