Html Css Color HEX #7145EB Medium Slate Blue

📋 copy color: '#7145EB'

red 113 ◦ green 69 ◦ blue 235

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

Shades of Medium Slate Blue #7145EB

Tints of Medium Slate Blue #7145EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.55%

 BLUE value IS 235 (92.19% from 255) = 56.35%

R = 27.1%
G = 16.55%
B = 56.35%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7145EB (or 0x7145EB) is known color: Medium Slate Blue. HEX triplet: 71, 45 and EB. RGB value is (113,69,235). Sum of RGB (Red+Green+Blue) = 113+69+235=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #7145EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145EB is #8EBA14. Grayscale: #646464. Windows color (decimal): -9353749 or 15418737. OLE color: 15418737.

HSL color Cylindrical-coordinate representation of color #7145EB: hue angle of 255.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7145EB is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 69 235 -
CMYK 0.52 0.71 0 0.08
HSL 255.9º 0.81% 0.6% -
HSV(B) 255.9º 0.71% 0.92% -
XYZ 23.93 13.77 79.99 -
YUV 101.08 203.58 136.5 -
System Red Green Blue C M Y K H S L
Decimal 113 69 235 0.52 0.71 0 0.08 255.9 0.81 0.6
Hex 71 45 EB 34 47 0 8 100 51 3C
Octal 161 105 353 64 107 0 10 400 121 74
Binary 1110001 1000101 11101011 110100 1000111 0 1000 100000000 1010001 111100

Color Harmonies of #7145EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7145EB

Black with #7145EB

Text Example


Text Example

White with #7145EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7145EB; }

 p { color: rgb(113,69,235); }

 H1.HeaderClassName
 {
   color: #7145EB;
 }
 .AnyTagClassName
 {
   color: #7145EB;
 }
</style>

background-color css

<style>
 a { background-color: #7145EB; }

 a { background-color: rgb(113,69,235); }

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

border-color css

<style>
 span { border-color: #7145EB; }

 span { border-color: rgb(113,69,235); }

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