Html Css Color HEX #7258FA Medium Slate Blue

📋 copy color: '#7258FA'

red 114 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #7258FA

Tints of Medium Slate Blue #7258FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.47%

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 25.22%
G = 19.47%
B = 55.31%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7258FA (or 0x7258FA) is known color: Medium Slate Blue. HEX triplet: 72, 58 and FA. RGB value is (114,88,250). Sum of RGB (Red+Green+Blue) = 114+88+250=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #7258FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7258FA is #8DA705. Grayscale: #717171. Windows color (decimal): -9283334 or 16406642. OLE color: 16406642.

HSL color Cylindrical-coordinate representation of color #7258FA: hue angle of 249.63º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7258FA is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 88 250 -
CMYK 0.54 0.65 0 0.02
HSL 249.63º 0.94% 0.66% -
HSV(B) 249.63º 0.65% 0.98% -
XYZ 27.68 17.46 92.35 -
YUV 114.24 204.61 127.83 -
System Red Green Blue C M Y K H S L
Decimal 114 88 250 0.54 0.65 0 0.02 249.63 0.94 0.66
Hex 72 58 FA 36 41 0 2 FA 5E 42
Octal 162 130 372 66 101 0 2 372 136 102
Binary 1110010 1011000 11111010 110110 1000001 0 10 11111010 1011110 1000010

Color Harmonies of #7258FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7258FA

Black with #7258FA

Text Example


Text Example

White with #7258FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7258FA; }

 p { color: rgb(114,88,250); }

 H1.HeaderClassName
 {
   color: #7258FA;
 }
 .AnyTagClassName
 {
   color: #7258FA;
 }
</style>

background-color css

<style>
 a { background-color: #7258FA; }

 a { background-color: rgb(114,88,250); }

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

border-color css

<style>
 span { border-color: #7258FA; }

 span { border-color: rgb(114,88,250); }

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