Html Css Color HEX #707DE1 Medium Slate Blue

📋 copy color: '#707DE1'

red 112 ◦ green 125 ◦ blue 225

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

Shades of Medium Slate Blue #707DE1

Tints of Medium Slate Blue #707DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.7%

R = 24.24%
G = 27.06%
B = 48.7%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#707DE1 (or 0x707DE1) is known color: Medium Slate Blue. HEX triplet: 70, 7D and E1. RGB value is (112,125,225). Sum of RGB (Red+Green+Blue) = 112+125+225=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #707DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DE1 is #8F821E. Grayscale: #848484. Windows color (decimal): -9404959 or 14777712. OLE color: 14777712.

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

Color convert

RGB 112 125 225 -
CMYK 0.50 0.44 0 0.12
HSL 233.1º 0.65% 0.66% -
HSV(B) 233.1º 0.5% 0.88% -
XYZ 27.61 23.55 74.32 -
YUV 132.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 112 125 225 0.50 0.44 0 0.12 233.1 0.65 0.66
Hex 70 7D E1 32 2C 0 C E9 41 42
Octal 160 175 341 62 54 0 14 351 101 102
Binary 1110000 1111101 11100001 110010 101100 0 1100 11101001 1000001 1000010

Color Harmonies of #707DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DE1

Black with #707DE1

Text Example


Text Example

White with #707DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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