Html Css Color HEX #707EEC Medium Slate Blue

📋 copy color: '#707EEC'

red 112 ◦ green 126 ◦ blue 236

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

Shades of Medium Slate Blue #707EEC

Tints of Medium Slate Blue #707EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 23.63%
G = 26.58%
B = 49.79%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#707EEC (or 0x707EEC) is known color: Medium Slate Blue. HEX triplet: 70, 7E and EC. RGB value is (112,126,236). Sum of RGB (Red+Green+Blue) = 112+126+236=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #707EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707EEC is #8F8113. Grayscale: #858585. Windows color (decimal): -9404692 or 15498864. OLE color: 15498864.

HSL color Cylindrical-coordinate representation of color #707EEC: hue angle of 233.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707EEC is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 126 236 -
CMYK 0.53 0.47 0 0.07
HSL 233.23º 0.77% 0.68% -
HSV(B) 233.23º 0.53% 0.93% -
XYZ 29.28 24.42 82.53 -
YUV 134.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 112 126 236 0.53 0.47 0 0.07 233.23 0.77 0.68
Hex 70 7E EC 35 2F 0 7 E9 4D 44
Octal 160 176 354 65 57 0 7 351 115 104
Binary 1110000 1111110 11101100 110101 101111 0 111 11101001 1001101 1000100

Color Harmonies of #707EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EEC

Black with #707EEC

Text Example


Text Example

White with #707EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,126,236); }

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

background-color css

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

 a { background-color: rgb(112,126,236); }

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

border-color css

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

 span { border-color: rgb(112,126,236); }

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