Html Css Color HEX #707CE1 Medium Slate Blue

📋 copy color: '#707CE1'

red 112 ◦ green 124 ◦ blue 225

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

Shades of Medium Slate Blue #707CE1

Tints of Medium Slate Blue #707CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

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

R = 24.3%
G = 26.9%
B = 48.81%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#707CE1 (or 0x707CE1) is known color: Medium Slate Blue. HEX triplet: 70, 7C and E1. RGB value is (112,124,225). Sum of RGB (Red+Green+Blue) = 112+124+225=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #707CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CE1 is #8F831E. Grayscale: #838383. Windows color (decimal): -9405215 or 14777456. OLE color: 14777456.

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

Color convert

RGB 112 124 225 -
CMYK 0.50 0.45 0 0.12
HSL 233.63º 0.65% 0.66% -
HSV(B) 233.63º 0.5% 0.88% -
XYZ 27.48 23.3 74.28 -
YUV 131.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 112 124 225 0.50 0.45 0 0.12 233.63 0.65 0.66
Hex 70 7C E1 32 2D 0 C EA 41 42
Octal 160 174 341 62 55 0 14 352 101 102
Binary 1110000 1111100 11100001 110010 101101 0 1100 11101010 1000001 1000010

Color Harmonies of #707CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CE1

Black with #707CE1

Text Example


Text Example

White with #707CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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