Html Css Color HEX #706FF8 Medium Slate Blue

📋 copy color: '#706FF8'

red 112 ◦ green 111 ◦ blue 248

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

Shades of Medium Slate Blue #706FF8

Tints of Medium Slate Blue #706FF8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.57%

 BLUE value IS 248 (97.27% from 255) = 52.65%

R = 23.78%
G = 23.57%
B = 52.65%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#706FF8 (or 0x706FF8) is known color: Medium Slate Blue. HEX triplet: 70, 6F and F8. RGB value is (112,111,248). Sum of RGB (Red+Green+Blue) = 112+111+248=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #706FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706FF8 is #8F9007. Grayscale: #7E7E7E. Windows color (decimal): -9408520 or 16281456. OLE color: 16281456.

HSL color Cylindrical-coordinate representation of color #706FF8: hue angle of 240.44º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706FF8 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 111 248 -
CMYK 0.55 0.55 0 0.03
HSL 240.44º 0.91% 0.7% -
HSV(B) 240.44º 0.55% 0.97% -
XYZ 29.31 21.59 91.43 -
YUV 126.92 196.33 117.36 -
System Red Green Blue C M Y K H S L
Decimal 112 111 248 0.55 0.55 0 0.03 240.44 0.91 0.7
Hex 70 6F F8 37 37 0 3 F0 5B 46
Octal 160 157 370 67 67 0 3 360 133 106
Binary 1110000 1101111 11111000 110111 110111 0 11 11110000 1011011 1000110

Color Harmonies of #706FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FF8

Black with #706FF8

Text Example


Text Example

White with #706FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706FF8; }

 p { color: rgb(112,111,248); }

 H1.HeaderClassName
 {
   color: #706FF8;
 }
 .AnyTagClassName
 {
   color: #706FF8;
 }
</style>

background-color css

<style>
 a { background-color: #706FF8; }

 a { background-color: rgb(112,111,248); }

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

border-color css

<style>
 span { border-color: #706FF8; }

 span { border-color: rgb(112,111,248); }

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