Html Css Color HEX #707EF4 Medium Slate Blue

📋 copy color: '#707EF4'

red 112 ◦ green 126 ◦ blue 244

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

Shades of Medium Slate Blue #707EF4

Tints of Medium Slate Blue #707EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.62%

R = 23.24%
G = 26.14%
B = 50.62%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#707EF4 (or 0x707EF4) is known color: Medium Slate Blue. HEX triplet: 70, 7E and F4. RGB value is (112,126,244). Sum of RGB (Red+Green+Blue) = 112+126+244=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #707EF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707EF4 is #8F810B. Grayscale: #868686. Windows color (decimal): -9404684 or 16023152. OLE color: 16023152.

HSL color Cylindrical-coordinate representation of color #707EF4: hue angle of 233.64º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707EF4 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 126 244 -
CMYK 0.54 0.48 0 0.04
HSL 233.64º 0.86% 0.7% -
HSV(B) 233.64º 0.54% 0.96% -
XYZ 30.47 24.9 88.79 -
YUV 135.27 189.36 111.41 -
System Red Green Blue C M Y K H S L
Decimal 112 126 244 0.54 0.48 0 0.04 233.64 0.86 0.7
Hex 70 7E F4 36 30 0 4 EA 56 46
Octal 160 176 364 66 60 0 4 352 126 106
Binary 1110000 1111110 11110100 110110 110000 0 100 11101010 1010110 1000110

Color Harmonies of #707EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EF4

Black with #707EF4

Text Example


Text Example

White with #707EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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