Html Css Color HEX #707EEE Medium Slate Blue

📋 copy color: '#707EEE'

red 112 ◦ green 126 ◦ blue 238

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

Shades of Medium Slate Blue #707EEE

Tints of Medium Slate Blue #707EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.47%

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

R = 23.53%
G = 26.47%
B = 50%

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

#707EEE (or 0x707EEE) is known color: Medium Slate Blue. HEX triplet: 70, 7E and EE. RGB value is (112,126,238). Sum of RGB (Red+Green+Blue) = 112+126+238=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #707EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707EEE is #8F8111. Grayscale: #868686. Windows color (decimal): -9404690 or 15629936. OLE color: 15629936.

HSL color Cylindrical-coordinate representation of color #707EEE: hue angle of 233.33º 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 #707EEE is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 126 238 -
CMYK 0.53 0.47 0 0.07
HSL 233.33º 0.79% 0.69% -
HSV(B) 233.33º 0.53% 0.93% -
XYZ 29.58 24.54 84.07 -
YUV 134.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 112 126 238 0.53 0.47 0 0.07 233.33 0.79 0.69
Hex 70 7E EE 35 2F 0 7 E9 4F 45
Octal 160 176 356 65 57 0 7 351 117 105
Binary 1110000 1111110 11101110 110101 101111 0 111 11101001 1001111 1000101

Color Harmonies of #707EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EEE

Black with #707EEE

Text Example


Text Example

White with #707EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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