Html Css Color HEX #707DF0 Medium Slate Blue

📋 copy color: '#707DF0'

red 112 ◦ green 125 ◦ blue 240

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

Shades of Medium Slate Blue #707DF0

Tints of Medium Slate Blue #707DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.31%

R = 23.48%
G = 26.21%
B = 50.31%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#707DF0 (or 0x707DF0) is known color: Medium Slate Blue. HEX triplet: 70, 7D and F0. RGB value is (112,125,240). Sum of RGB (Red+Green+Blue) = 112+125+240=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #707DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DF0 is #8F820F. Grayscale: #858585. Windows color (decimal): -9404944 or 15760752. OLE color: 15760752.

HSL color Cylindrical-coordinate representation of color #707DF0: hue angle of 233.91º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707DF0 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 125 240 -
CMYK 0.53 0.48 0 0.06
HSL 233.91º 0.81% 0.69% -
HSV(B) 233.91º 0.53% 0.94% -
XYZ 29.74 24.4 85.58 -
YUV 134.22 187.69 112.15 -
System Red Green Blue C M Y K H S L
Decimal 112 125 240 0.53 0.48 0 0.06 233.91 0.81 0.69
Hex 70 7D F0 35 30 0 6 EA 51 45
Octal 160 175 360 65 60 0 6 352 121 105
Binary 1110000 1111101 11110000 110101 110000 0 110 11101010 1010001 1000101

Color Harmonies of #707DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DF0

Black with #707DF0

Text Example


Text Example

White with #707DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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