Html Css Color HEX #707DDF Medium Slate Blue

📋 copy color: '#707DDF'

red 112 ◦ green 125 ◦ blue 223

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

Shades of Medium Slate Blue #707DDF

Tints of Medium Slate Blue #707DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 24.35%
G = 27.17%
B = 48.48%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#707DDF (or 0x707DDF) is known color: Medium Slate Blue. HEX triplet: 70, 7D and DF. RGB value is (112,125,223). Sum of RGB (Red+Green+Blue) = 112+125+223=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #707DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DDF is #8F8220. Grayscale: #838383. Windows color (decimal): -9404961 or 14646640. OLE color: 14646640.

HSL color Cylindrical-coordinate representation of color #707DDF: hue angle of 232.97º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #707DDF is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 125 223 -
CMYK 0.50 0.44 0 0.13
HSL 232.97º 0.63% 0.66% -
HSV(B) 232.97º 0.5% 0.87% -
XYZ 27.33 23.44 72.9 -
YUV 132.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 112 125 223 0.50 0.44 0 0.13 232.97 0.63 0.66
Hex 70 7D DF 32 2C 0 D E9 3F 42
Octal 160 175 337 62 54 0 15 351 77 102
Binary 1110000 1111101 11011111 110010 101100 0 1101 11101001 111111 1000010

Color Harmonies of #707DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DDF

Black with #707DDF

Text Example


Text Example

White with #707DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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