Html Css Color HEX #7258FF Medium Slate Blue

📋 copy color: '#7258FF'

red 114 ◦ green 88 ◦ blue 255

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

Shades of Medium Slate Blue #7258FF

Tints of Medium Slate Blue #7258FF

RGB

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

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

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

R = 24.95%
G = 19.26%
B = 55.8%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7258FF (or 0x7258FF) is known color: Medium Slate Blue. HEX triplet: 72, 58 and FF. RGB value is (114,88,255). Sum of RGB (Red+Green+Blue) = 114+88+255=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #7258FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7258FF is #8DA700. Grayscale: #727272. Windows color (decimal): -9283329 or 16734322. OLE color: 16734322.

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

Color convert

RGB 114 88 255 -
CMYK 0.55 0.65 0 0
HSL 249.34º 1% 0.67% -
HSV(B) 249.34º 0.65% 1% -
XYZ 28.48 17.78 96.54 -
YUV 114.81 207.11 127.42 -
System Red Green Blue C M Y K H S L
Decimal 114 88 255 0.55 0.65 0 0 249.34 1 0.67
Hex 72 58 FF 37 41 0 0 F9 64 43
Octal 162 130 377 67 101 0 0 371 144 103
Binary 1110010 1011000 11111111 110111 1000001 0 0 11111001 1100100 1000011

Color Harmonies of #7258FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7258FF

Black with #7258FF

Text Example


Text Example

White with #7258FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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