Html Css Color HEX #707EF2 Medium Slate Blue

📋 copy color: '#707EF2'

red 112 ◦ green 126 ◦ blue 242

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

Shades of Medium Slate Blue #707EF2

Tints of Medium Slate Blue #707EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.42%

R = 23.33%
G = 26.25%
B = 50.42%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#707EF2 (or 0x707EF2) is known color: Medium Slate Blue. HEX triplet: 70, 7E and F2. RGB value is (112,126,242). Sum of RGB (Red+Green+Blue) = 112+126+242=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #707EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707EF2 is #8F810D. Grayscale: #868686. Windows color (decimal): -9404686 or 15892080. OLE color: 15892080.

HSL color Cylindrical-coordinate representation of color #707EF2: hue angle of 233.54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707EF2 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 126 242 -
CMYK 0.54 0.48 0 0.05
HSL 233.54º 0.83% 0.69% -
HSV(B) 233.54º 0.54% 0.95% -
XYZ 30.17 24.78 87.2 -
YUV 135.04 188.36 111.57 -
System Red Green Blue C M Y K H S L
Decimal 112 126 242 0.54 0.48 0 0.05 233.54 0.83 0.69
Hex 70 7E F2 36 30 0 5 EA 53 45
Octal 160 176 362 66 60 0 5 352 123 105
Binary 1110000 1111110 11110010 110110 110000 0 101 11101010 1010011 1000101

Color Harmonies of #707EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EF2

Black with #707EF2

Text Example


Text Example

White with #707EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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