Html Css Color HEX #707DF3 Medium Slate Blue

📋 copy color: '#707DF3'

red 112 ◦ green 125 ◦ blue 243

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

Shades of Medium Slate Blue #707DF3

Tints of Medium Slate Blue #707DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 243 (95.31% from 255) = 50.63%

R = 23.33%
G = 26.04%
B = 50.63%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#707DF3 (or 0x707DF3) is known color: Medium Slate Blue. HEX triplet: 70, 7D and F3. RGB value is (112,125,243). Sum of RGB (Red+Green+Blue) = 112+125+243=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #707DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DF3 is #8F820C. Grayscale: #868686. Windows color (decimal): -9404941 or 15957360. OLE color: 15957360.

HSL color Cylindrical-coordinate representation of color #707DF3: hue angle of 234.05º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707DF3 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 125 243 -
CMYK 0.54 0.49 0 0.05
HSL 234.05º 0.85% 0.7% -
HSV(B) 234.05º 0.54% 0.95% -
XYZ 30.19 24.58 87.95 -
YUV 134.57 189.19 111.91 -
System Red Green Blue C M Y K H S L
Decimal 112 125 243 0.54 0.49 0 0.05 234.05 0.85 0.7
Hex 70 7D F3 36 31 0 5 EA 55 46
Octal 160 175 363 66 61 0 5 352 125 106
Binary 1110000 1111101 11110011 110110 110001 0 101 11101010 1010101 1000110

Color Harmonies of #707DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DF3

Black with #707DF3

Text Example


Text Example

White with #707DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,125,243); }

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

background-color css

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

 a { background-color: rgb(112,125,243); }

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

border-color css

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

 span { border-color: rgb(112,125,243); }

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