Html Css Color HEX #7155EB Medium Slate Blue

📋 copy color: '#7155EB'

red 113 ◦ green 85 ◦ blue 235

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

Shades of Medium Slate Blue #7155EB

Tints of Medium Slate Blue #7155EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

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

R = 26.1%
G = 19.63%
B = 54.27%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7155EB (or 0x7155EB) is known color: Medium Slate Blue. HEX triplet: 71, 55 and EB. RGB value is (113,85,235). Sum of RGB (Red+Green+Blue) = 113+85+235=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #7155EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7155EB is #8EAA14. Grayscale: #6D6D6D. Windows color (decimal): -9349653 or 15422833. OLE color: 15422833.

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

Color convert

RGB 113 85 235 -
CMYK 0.52 0.64 0 0.08
HSL 251.2º 0.79% 0.63% -
HSV(B) 251.2º 0.64% 0.92% -
XYZ 25.05 16.01 80.37 -
YUV 110.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 113 85 235 0.52 0.64 0 0.08 251.2 0.79 0.63
Hex 71 55 EB 34 40 0 8 FB 4F 3F
Octal 161 125 353 64 100 0 10 373 117 77
Binary 1110001 1010101 11101011 110100 1000000 0 1000 11111011 1001111 111111

Color Harmonies of #7155EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155EB

Black with #7155EB

Text Example


Text Example

White with #7155EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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