Html Css Color HEX #707DEC Medium Slate Blue

📋 copy color: '#707DEC'

red 112 ◦ green 125 ◦ blue 236

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

Shades of Medium Slate Blue #707DEC

Tints of Medium Slate Blue #707DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 23.68%
G = 26.43%
B = 49.89%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#707DEC (or 0x707DEC) is known color: Medium Slate Blue. HEX triplet: 70, 7D and EC. RGB value is (112,125,236). Sum of RGB (Red+Green+Blue) = 112+125+236=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #707DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DEC is #8F8213. Grayscale: #858585. Windows color (decimal): -9404948 or 15498608. OLE color: 15498608.

HSL color Cylindrical-coordinate representation of color #707DEC: hue angle of 233.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707DEC is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 125 236 -
CMYK 0.53 0.47 0 0.07
HSL 233.71º 0.77% 0.68% -
HSV(B) 233.71º 0.53% 0.93% -
XYZ 29.16 24.17 82.49 -
YUV 133.77 185.69 112.47 -
System Red Green Blue C M Y K H S L
Decimal 112 125 236 0.53 0.47 0 0.07 233.71 0.77 0.68
Hex 70 7D EC 35 2F 0 7 EA 4D 44
Octal 160 175 354 65 57 0 7 352 115 104
Binary 1110000 1111101 11101100 110101 101111 0 111 11101010 1001101 1000100

Color Harmonies of #707DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DEC

Black with #707DEC

Text Example


Text Example

White with #707DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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