Html Css Color HEX #7155FC Medium Slate Blue

📋 copy color: '#7155FC'

red 113 ◦ green 85 ◦ blue 252

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

Shades of Medium Slate Blue #7155FC

Tints of Medium Slate Blue #7155FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56%

R = 25.11%
G = 18.89%
B = 56%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7155FC (or 0x7155FC) is known color: Medium Slate Blue. HEX triplet: 71, 55 and FC. RGB value is (113,85,252). Sum of RGB (Red+Green+Blue) = 113+85+252=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #7155FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7155FC is #8EAA03. Grayscale: #6F6F6F. Windows color (decimal): -9349636 or 16536945. OLE color: 16536945.

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

Color convert

RGB 113 85 252 -
CMYK 0.55 0.66 0 0.01
HSL 250.06º 0.97% 0.66% -
HSV(B) 250.06º 0.66% 0.99% -
XYZ 27.63 17.04 93.93 -
YUV 112.41 206.78 128.42 -
System Red Green Blue C M Y K H S L
Decimal 113 85 252 0.55 0.66 0 0.01 250.06 0.97 0.66
Hex 71 55 FC 37 42 0 1 FA 61 42
Octal 161 125 374 67 102 0 1 372 141 102
Binary 1110001 1010101 11111100 110111 1000010 0 1 11111010 1100001 1000010

Color Harmonies of #7155FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7155FC

Black with #7155FC

Text Example


Text Example

White with #7155FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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