Html Css Color HEX #715EFC Medium Slate Blue

📋 copy color: '#715EFC'

red 113 ◦ green 94 ◦ blue 252

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

Shades of Medium Slate Blue #715EFC

Tints of Medium Slate Blue #715EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.48%

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

R = 24.62%
G = 20.48%
B = 54.9%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#715EFC (or 0x715EFC) is known color: Medium Slate Blue. HEX triplet: 71, 5E and FC. RGB value is (113,94,252). Sum of RGB (Red+Green+Blue) = 113+94+252=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #715EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715EFC is #8EA103. Grayscale: #757575. Windows color (decimal): -9347332 or 16539249. OLE color: 16539249.

HSL color Cylindrical-coordinate representation of color #715EFC: hue angle of 247.22º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #715EFC is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 94 252 -
CMYK 0.55 0.63 0 0.01
HSL 247.22º 0.96% 0.68% -
HSV(B) 247.22º 0.63% 0.99% -
XYZ 28.38 18.54 94.18 -
YUV 117.69 203.79 124.65 -
System Red Green Blue C M Y K H S L
Decimal 113 94 252 0.55 0.63 0 0.01 247.22 0.96 0.68
Hex 71 5E FC 37 3F 0 1 F7 60 44
Octal 161 136 374 67 77 0 1 367 140 104
Binary 1110001 1011110 11111100 110111 111111 0 1 11110111 1100000 1000100

Color Harmonies of #715EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715EFC

Black with #715EFC

Text Example


Text Example

White with #715EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715EFC; }

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

 H1.HeaderClassName
 {
   color: #715EFC;
 }
 .AnyTagClassName
 {
   color: #715EFC;
 }
</style>

background-color css

<style>
 a { background-color: #715EFC; }

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

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

border-color css

<style>
 span { border-color: #715EFC; }

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

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