Html Css Color HEX #707CF6 Medium Slate Blue

📋 copy color: '#707CF6'

red 112 ◦ green 124 ◦ blue 246

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

Shades of Medium Slate Blue #707CF6

Tints of Medium Slate Blue #707CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.04%

R = 23.24%
G = 25.73%
B = 51.04%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#707CF6 (or 0x707CF6) is known color: Medium Slate Blue. HEX triplet: 70, 7C and F6. RGB value is (112,124,246). Sum of RGB (Red+Green+Blue) = 112+124+246=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #707CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CF6 is #8F8309. Grayscale: #858585. Windows color (decimal): -9405194 or 16153712. OLE color: 16153712.

HSL color Cylindrical-coordinate representation of color #707CF6: hue angle of 234.63º degrees, saturation: 0.88, 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 #707CF6 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 124 246 -
CMYK 0.54 0.50 0 0.04
HSL 234.63º 0.88% 0.7% -
HSV(B) 234.63º 0.54% 0.96% -
XYZ 30.52 24.51 90.31 -
YUV 134.32 191.02 112.08 -
System Red Green Blue C M Y K H S L
Decimal 112 124 246 0.54 0.50 0 0.04 234.63 0.88 0.7
Hex 70 7C F6 36 32 0 4 EB 58 46
Octal 160 174 366 66 62 0 4 353 130 106
Binary 1110000 1111100 11110110 110110 110010 0 100 11101011 1011000 1000110

Color Harmonies of #707CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CF6

Black with #707CF6

Text Example


Text Example

White with #707CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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