Html Css Color HEX #706FFA Medium Slate Blue

📋 copy color: '#706FFA'

red 112 ◦ green 111 ◦ blue 250

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

Shades of Medium Slate Blue #706FFA

Tints of Medium Slate Blue #706FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 23.68%
G = 23.47%
B = 52.85%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#706FFA (or 0x706FFA) is known color: Medium Slate Blue. HEX triplet: 70, 6F and FA. RGB value is (112,111,250). Sum of RGB (Red+Green+Blue) = 112+111+250=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #706FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706FFA is #8F9005. Grayscale: #7E7E7E. Windows color (decimal): -9408518 or 16412528. OLE color: 16412528.

HSL color Cylindrical-coordinate representation of color #706FFA: hue angle of 240.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706FFA is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 111 250 -
CMYK 0.55 0.56 0 0.02
HSL 240.43º 0.93% 0.71% -
HSV(B) 240.43º 0.56% 0.98% -
XYZ 29.62 21.72 93.07 -
YUV 127.15 197.33 117.2 -
System Red Green Blue C M Y K H S L
Decimal 112 111 250 0.55 0.56 0 0.02 240.43 0.93 0.71
Hex 70 6F FA 37 38 0 2 F0 5D 47
Octal 160 157 372 67 70 0 2 360 135 107
Binary 1110000 1101111 11111010 110111 111000 0 10 11110000 1011101 1000111

Color Harmonies of #706FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FFA

Black with #706FFA

Text Example


Text Example

White with #706FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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