Html Css Color HEX #707DEE Medium Slate Blue

📋 copy color: '#707DEE'

red 112 ◦ green 125 ◦ blue 238

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

Shades of Medium Slate Blue #707DEE

Tints of Medium Slate Blue #707DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 23.58%
G = 26.32%
B = 50.11%

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

#707DEE (or 0x707DEE) is known color: Medium Slate Blue. HEX triplet: 70, 7D and EE. RGB value is (112,125,238). Sum of RGB (Red+Green+Blue) = 112+125+238=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #707DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DEE is #8F8211. Grayscale: #858585. Windows color (decimal): -9404946 or 15629680. OLE color: 15629680.

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

Color convert

RGB 112 125 238 -
CMYK 0.53 0.47 0 0.07
HSL 233.81º 0.79% 0.69% -
HSV(B) 233.81º 0.53% 0.93% -
XYZ 29.45 24.29 84.02 -
YUV 134 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 112 125 238 0.53 0.47 0 0.07 233.81 0.79 0.69
Hex 70 7D EE 35 2F 0 7 EA 4F 45
Octal 160 175 356 65 57 0 7 352 117 105
Binary 1110000 1111101 11101110 110101 101111 0 111 11101010 1001111 1000101

Color Harmonies of #707DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DEE

Black with #707DEE

Text Example


Text Example

White with #707DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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