Html Css Color HEX #7258EF Medium Slate Blue

📋 copy color: '#7258EF'

red 114 ◦ green 88 ◦ blue 239

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

Shades of Medium Slate Blue #7258EF

Tints of Medium Slate Blue #7258EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.2%

R = 25.85%
G = 19.95%
B = 54.2%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7258EF (or 0x7258EF) is known color: Medium Slate Blue. HEX triplet: 72, 58 and EF. RGB value is (114,88,239). Sum of RGB (Red+Green+Blue) = 114+88+239=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #7258EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7258EF is #8DA710. Grayscale: #707070. Windows color (decimal): -9283345 or 15685746. OLE color: 15685746.

HSL color Cylindrical-coordinate representation of color #7258EF: hue angle of 250.33º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7258EF is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 88 239 -
CMYK 0.52 0.63 0 0.06
HSL 250.33º 0.83% 0.64% -
HSV(B) 250.33º 0.63% 0.94% -
XYZ 26.01 16.79 83.53 -
YUV 112.99 199.11 128.72 -
System Red Green Blue C M Y K H S L
Decimal 114 88 239 0.52 0.63 0 0.06 250.33 0.83 0.64
Hex 72 58 EF 34 3F 0 6 FA 53 40
Octal 162 130 357 64 77 0 6 372 123 100
Binary 1110010 1011000 11101111 110100 111111 0 110 11111010 1010011 1000000

Color Harmonies of #7258EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7258EF

Black with #7258EF

Text Example


Text Example

White with #7258EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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