Html Css Color HEX #706CE1 Medium Slate Blue

📋 copy color: '#706CE1'

red 112 ◦ green 108 ◦ blue 225

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

Shades of Medium Slate Blue #706CE1

Tints of Medium Slate Blue #706CE1

RGB

 RED value IS 112 (44.14% from 255) = 25.17%

 GREEN value IS 108 (42.58% from 255) = 24.27%

 BLUE value IS 225 (88.28% from 255) = 50.56%

R = 25.17%
G = 24.27%
B = 50.56%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#706CE1 (or 0x706CE1) is known color: Medium Slate Blue. HEX triplet: 70, 6C and E1. RGB value is (112,108,225). Sum of RGB (Red+Green+Blue) = 112+108+225=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #706CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CE1 is #8F931E. Grayscale: #7A7A7A. Windows color (decimal): -9409311 or 14773360. OLE color: 14773360.

HSL color Cylindrical-coordinate representation of color #706CE1: hue angle of 242.05º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706CE1 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 108 225 -
CMYK 0.50 0.52 0 0.12
HSL 242.05º 0.66% 0.65% -
HSV(B) 242.05º 0.52% 0.88% -
XYZ 25.64 19.61 73.67 -
YUV 122.53 185.83 120.49 -
System Red Green Blue C M Y K H S L
Decimal 112 108 225 0.50 0.52 0 0.12 242.05 0.66 0.65
Hex 70 6C E1 32 34 0 C F2 42 41
Octal 160 154 341 62 64 0 14 362 102 101
Binary 1110000 1101100 11100001 110010 110100 0 1100 11110010 1000010 1000001

Color Harmonies of #706CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CE1

Black with #706CE1

Text Example


Text Example

White with #706CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706CE1; }

 p { color: rgb(112,108,225); }

 H1.HeaderClassName
 {
   color: #706CE1;
 }
 .AnyTagClassName
 {
   color: #706CE1;
 }
</style>

background-color css

<style>
 a { background-color: #706CE1; }

 a { background-color: rgb(112,108,225); }

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

border-color css

<style>
 span { border-color: #706CE1; }

 span { border-color: rgb(112,108,225); }

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