Html Css Color HEX #7155FA Medium Slate Blue

📋 copy color: '#7155FA'

red 113 ◦ green 85 ◦ blue 250

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

Shades of Medium Slate Blue #7155FA

Tints of Medium Slate Blue #7155FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 25.22%
G = 18.97%
B = 55.8%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7155FA (or 0x7155FA) is known color: Medium Slate Blue. HEX triplet: 71, 55 and FA. RGB value is (113,85,250). Sum of RGB (Red+Green+Blue) = 113+85+250=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #7155FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7155FA is #8EAA05. Grayscale: #6F6F6F. Windows color (decimal): -9349638 or 16405873. OLE color: 16405873.

HSL color Cylindrical-coordinate representation of color #7155FA: hue angle of 250.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7155FA is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 85 250 -
CMYK 0.55 0.66 0 0.02
HSL 250.18º 0.94% 0.66% -
HSV(B) 250.18º 0.66% 0.98% -
XYZ 27.31 16.91 92.27 -
YUV 112.18 205.78 128.58 -
System Red Green Blue C M Y K H S L
Decimal 113 85 250 0.55 0.66 0 0.02 250.18 0.94 0.66
Hex 71 55 FA 37 42 0 2 FA 5E 42
Octal 161 125 372 67 102 0 2 372 136 102
Binary 1110001 1010101 11111010 110111 1000010 0 10 11111010 1011110 1000010

Color Harmonies of #7155FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155FA

Black with #7155FA

Text Example


Text Example

White with #7155FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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