Html Css Color HEX #7148EE Medium Slate Blue

📋 copy color: '#7148EE'

red 113 ◦ green 72 ◦ blue 238

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

Shades of Medium Slate Blue #7148EE

Tints of Medium Slate Blue #7148EE

RGB

 RED value IS 113 (44.53% from 255) = 26.71%

 GREEN value IS 72 (28.52% from 255) = 17.02%

 BLUE value IS 238 (93.36% from 255) = 56.26%

R = 26.71%
G = 17.02%
B = 56.26%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7148EE (or 0x7148EE) is known color: Medium Slate Blue. HEX triplet: 71, 48 and EE. RGB value is (113,72,238). Sum of RGB (Red+Green+Blue) = 113+72+238=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #7148EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7148EE is #8EB711. Grayscale: #666666. Windows color (decimal): -9352978 or 15616113. OLE color: 15616113.

HSL color Cylindrical-coordinate representation of color #7148EE: hue angle of 254.82º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7148EE is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 72 238 -
CMYK 0.53 0.70 0 0.07
HSL 254.82º 0.83% 0.61% -
HSV(B) 254.82º 0.7% 0.93% -
XYZ 24.56 14.32 82.36 -
YUV 103.18 204.08 135 -
System Red Green Blue C M Y K H S L
Decimal 113 72 238 0.53 0.70 0 0.07 254.82 0.83 0.61
Hex 71 48 EE 35 46 0 7 FF 53 3D
Octal 161 110 356 65 106 0 7 377 123 75
Binary 1110001 1001000 11101110 110101 1000110 0 111 11111111 1010011 111101

Color Harmonies of #7148EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7148EE

Black with #7148EE

Text Example


Text Example

White with #7148EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7148EE; }

 p { color: rgb(113,72,238); }

 H1.HeaderClassName
 {
   color: #7148EE;
 }
 .AnyTagClassName
 {
   color: #7148EE;
 }
</style>

background-color css

<style>
 a { background-color: #7148EE; }

 a { background-color: rgb(113,72,238); }

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

border-color css

<style>
 span { border-color: #7148EE; }

 span { border-color: rgb(113,72,238); }

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