Html Css Color HEX #7155EE Medium Slate Blue

📋 copy color: '#7155EE'

red 113 ◦ green 85 ◦ blue 238

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

Shades of Medium Slate Blue #7155EE

Tints of Medium Slate Blue #7155EE

RGB

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

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

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

R = 25.92%
G = 19.5%
B = 54.59%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7155EE (or 0x7155EE) is known color: Medium Slate Blue. HEX triplet: 71, 55 and EE. RGB value is (113,85,238). Sum of RGB (Red+Green+Blue) = 113+85+238=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #7155EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7155EE is #8EAA11. Grayscale: #6E6E6E. Windows color (decimal): -9349650 or 15619441. OLE color: 15619441.

HSL color Cylindrical-coordinate representation of color #7155EE: hue angle of 250.98º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7155EE is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 85 238 -
CMYK 0.53 0.64 0 0.07
HSL 250.98º 0.82% 0.63% -
HSV(B) 250.98º 0.64% 0.93% -
XYZ 25.49 16.18 82.67 -
YUV 110.81 199.78 129.56 -
System Red Green Blue C M Y K H S L
Decimal 113 85 238 0.53 0.64 0 0.07 250.98 0.82 0.63
Hex 71 55 EE 35 40 0 7 FB 52 3F
Octal 161 125 356 65 100 0 7 373 122 77
Binary 1110001 1010101 11101110 110101 1000000 0 111 11111011 1010010 111111

Color Harmonies of #7155EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155EE

Black with #7155EE

Text Example


Text Example

White with #7155EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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